sapling/eden/integration/hg
Wez Furlong 79ca5bff6e adjust test expectations for fixed typo
Summary: bolinfest fixed the spelling in upstream hg

Reviewed By: simpkins

Differential Revision: D5712622

fbshipit-source-id: 50f98493483a3371bbd26318507b0bb1dcdc1e6d
2017-08-25 21:57:28 -07:00
..
lib Add integration test for hg move. 2017-08-24 14:23:38 -07:00
add_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
branch_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
commit_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
copy_test.py Add integration test for hg move. 2017-08-24 14:23:38 -07:00
diff_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
graft_test.py Add integration test for hg graft. 2017-08-24 14:23:39 -07:00
histedit_test.py adjust test expectations for fixed typo 2017-08-25 21:57:28 -07:00
move_test.py Add integration test for hg move. 2017-08-24 14:23:38 -07:00
README.md move integration tests to eden/integration 2017-01-31 14:41:14 -08:00
rebase_test.py Fix typo in comment. 2017-08-24 14:23:39 -07:00
revert_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
rm_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
rollback_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
status_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
TARGETS don't run all integration tests in both build modes 2017-07-07 16:01:33 -07:00
update_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00

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

Most tests will want to subclass HgExtensionTestBase.