##// 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
NO CONTENT: new file 100644
@@ -657,12 +657,12 b' def create_test_env(repos_test_path, con'
657
657
658 #CREATE DEFAULT TEST REPOS
658 #CREATE DEFAULT TEST REPOS
659 cur_dir = dn(dn(abspath(__file__)))
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 tar.extractall(jn(TESTS_TMP_PATH, HG_REPO))
661 tar.extractall(jn(TESTS_TMP_PATH, HG_REPO))
662 tar.close()
662 tar.close()
663
663
664 cur_dir = dn(dn(abspath(__file__)))
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 tar.extractall(jn(TESTS_TMP_PATH, GIT_REPO))
666 tar.extractall(jn(TESTS_TMP_PATH, GIT_REPO))
667 tar.close()
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
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
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
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 from rhodecode.model.meta import Session
10 from rhodecode.model.meta import Session
11 from rhodecode.model.repos_group import ReposGroupModel
11 from rhodecode.model.repos_group import ReposGroupModel
12 from rhodecode.config.routing import ADMIN_PREFIX
13 from rhodecode.model.db import ChangesetStatus, Repository
12 from rhodecode.model.db import ChangesetStatus, Repository
14 from rhodecode.model.changeset_status import ChangesetStatusModel
13 from rhodecode.model.changeset_status import ChangesetStatusModel
15 from rhodecode.tests.fixture import Fixture
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
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