ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/tests
Martin von Zweigbergk 90edd670d9 tests: move tests of Ui from tests/ into ui module
The tests only test the `Ui` type and don't need anything from
`testutils`, so it seems they should be treated as unit tests.
2022-04-22 15:45:35 -07:00
..
common tests: add tests for jj describe 2022-04-10 09:13:51 -07:00
smoke_test.rs
test_concurrent_operations.rs
test_describe_command.rs cli: allow overriding ui.editor config by $JJ_EDITOR variable 2022-04-10 09:13:51 -07:00
test_diff_command.rs
test_edit_command.rs
test_git_colocated.rs
test_git_push.rs cli: make jj rebase default to -b @ (#168) 2022-04-14 23:46:28 -07:00
test_gitignores.rs
test_global_opts.rs cli: if $JJ_CONFIG points to a directory, read all files in it 2022-04-10 09:13:51 -07:00
test_init_command.rs cli: use . in output for current directory instead of empty string 2022-04-20 13:52:25 -07:00
test_log_command.rs
test_move_command.rs
test_new.rs tests: use jj_cmd_success() in one more place 2022-04-14 23:46:28 -07:00
test_print_command.rs cli: make jj rebase default to -b @ (#168) 2022-04-14 23:46:28 -07:00
test_rebase_command.rs cli: make jj rebase default to -b @ (#168) 2022-04-14 23:46:28 -07:00
test_restore_command.rs
test_split_command.rs cli: teach jj split to include all specified paths in first commit 2022-04-10 09:13:51 -07:00
test_squash_command.rs
test_undo.rs
test_untrack_command.rs