##// END OF EJS Templates
moved top-level tests to rhodecode/tests/other....
marcink -
r3824:a5746b83 beta
parent child Browse files
Show More
1 NO CONTENT: new file 100644
@@ -657,12 +657,12 b' def create_test_env(repos_test_path, con'
657 657
658 658 #CREATE DEFAULT TEST REPOS
659 659 cur_dir = dn(dn(abspath(__file__)))
660 tar = tarfile.open(jn(cur_dir, 'tests', "vcs_test_hg.tar.gz"))
660 tar = tarfile.open(jn(cur_dir, 'tests', 'fixtures', "vcs_test_hg.tar.gz"))
661 661 tar.extractall(jn(TESTS_TMP_PATH, HG_REPO))
662 662 tar.close()
663 663
664 664 cur_dir = dn(dn(abspath(__file__)))
665 tar = tarfile.open(jn(cur_dir, 'tests', "vcs_test_git.tar.gz"))
665 tar = tarfile.open(jn(cur_dir, 'tests', 'fixtures', "vcs_test_git.tar.gz"))
666 666 tar.extractall(jn(TESTS_TMP_PATH, GIT_REPO))
667 667 tar.close()
668 668
1 NO CONTENT: file renamed from rhodecode/tests/vcs_test_git.tar.gz to rhodecode/tests/fixtures/vcs_test_git.tar.gz
1 NO CONTENT: file renamed from rhodecode/tests/vcs_test_hg.tar.gz to rhodecode/tests/fixtures/vcs_test_hg.tar.gz
1 NO CONTENT: file renamed from rhodecode/tests/test_libs.py to rhodecode/tests/other/test_libs.py
@@ -9,7 +9,6 b' from rhodecode.model.users_group import '
9 9
10 10 from rhodecode.model.meta import Session
11 11 from rhodecode.model.repos_group import ReposGroupModel
12 from rhodecode.config.routing import ADMIN_PREFIX
13 12 from rhodecode.model.db import ChangesetStatus, Repository
14 13 from rhodecode.model.changeset_status import ChangesetStatusModel
15 14 from rhodecode.tests.fixture import Fixture
1 NO CONTENT: file renamed from rhodecode/tests/scripts/test_vcs_operations.py to rhodecode/tests/other/test_vcs_operations.py
General Comments 0
You need to be logged in to leave comments. Login now