changeset 8375:33427561b389 stable

tests: avoid test dependency in test_repo_groups.py
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 30 Apr 2020 13:49:02 +0200
parents 4a4e4a498518
children 797767469152
files kallithea/tests/models/test_repo_groups.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/tests/models/test_repo_groups.py	Thu Apr 30 13:46:56 2020 +0200
+++ b/kallithea/tests/models/test_repo_groups.py	Thu Apr 30 13:49:02 2020 +0200
@@ -63,7 +63,7 @@
 
         assert self.__check_path('newGroup')
 
-    def test_create_same_name_group(self):
+        # test_create_same_name_group
         with pytest.raises(IntegrityError):
             fixture.create_repo_group('newGroup')
         Session().rollback()