sapling/eden/integration/hg
Adam Simpkins 6ed5a601cc improve passing stdin to hg in integration tests
Summary:
Update the `hg split` tests to pass input to the split command using
the `input` argument to `subprocess.run()` rather than running the command
through the shell and using a shell "here document".

Reviewed By: bolinfest, chadaustin

Differential Revision: D6746815

fbshipit-source-id: b607c554a249f702758dcad2ac4d863d1c1c7bad
2018-01-18 20:24:08 -08:00
..
lib improve passing stdin to hg in integration tests 2018-01-18 20:24:08 -08:00
absorb_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
add_test.py override dirstate.rebuild() 2017-11-14 20:07:15 -08:00
branch_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
commit_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
copy_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
debug_hg_dirstate_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
debug_hg_get_dirstate_tuple_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
diff_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
graft_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
grep_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
histedit_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
merge_test.py Add integration test to verify rebasing a stack with commits works as expected. 2017-12-13 17:35:51 -08:00
move_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
non_eden_operation_test.py Fix if that was supposed to be elif. 2017-12-19 21:50:09 -08:00
README.md move integration tests to eden/integration 2017-01-31 14:41:14 -08:00
rebase_test.py Add integration test to verify rebasing a stack with commits works as expected. 2017-12-13 17:35:51 -08:00
revert_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
rm_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
rollback_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
split_test.py improve passing stdin to hg in integration tests 2018-01-18 20:24:08 -08:00
status_deadlock_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
status_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
TARGETS Migrate TARGETS files from @/ to // 2017-12-20 16:57:41 -08:00
undo_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
update_flatmanifest_test.py fix flatmanifest import fallback 2017-11-29 14:36:39 -08:00
update_test.py Change how the UNTRACKED_ADDED conflict and merges are handled. 2017-11-29 21:50:34 -08:00

Integration tests in this directory are specific to the Eden extension for Mercurial.

Most tests will want to subclass HgExtensionTestBase.