summaryrefslogtreecommitdiff
path: root/tests/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.py')
-rw-r--r--tests/run.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/run.py b/tests/run.py
index 98cf0a6..3832633 100644
--- a/tests/run.py
+++ b/tests/run.py
@@ -18,26 +18,29 @@ def tests():
import test_fetch_renames
import test_fetch_symlinks
import test_fetch_truncated
+ import test_hooks
import test_pull
+ import test_pull_fallback
import test_push_command
import test_push_renames
import test_push_dirs
import test_push_eol
+ import test_push_autoprops
import test_rebuildmeta
import test_single_dir_clone
- import test_startrev
import test_svnwrap
import test_tags
import test_template_keywords
import test_utility_commands
import test_unaffected_core
+ import test_updatemeta
import test_urls
sys.path.append(os.path.dirname(__file__))
sys.path.append(os.path.join(os.path.dirname(__file__), 'comprehensive'))
import test_stupid_pull
- import test_verify
+ import test_verify_and_startrev
return locals()