tests: avoid executing tests in base classes Fixes lots of failures with pytest by making sure base test classes don't inherit from unittest.TestCase or by ...

Marc Abramowitz committed on 2015-04-21 15:35:36
branch: default
tag: tip
changeset: 12ae08b2
tests: avoid executing tests in base classes

Fixes lots of failures with pytest by making sure base test classes don't
inherit from unittest.TestCase or by prefacing name with an underscore so tests
don't get executed by pytest.

 M kallithea/tests/api/api_base.py (1 lines added, 1 lines removed)
 M kallithea/tests/api/test_api_git.py (2 lines added, 2 lines removed)
 M kallithea/tests/api/test_api_hg.py (2 lines added, 2 lines removed)
 M kallithea/tests/functional/test_admin_repos.py (3 lines added, 3 lines removed)
 M kallithea/tests/functional/test_forks.py (16 lines added, 11 lines removed)
 M kallithea/tests/vcs/base.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_archives.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_branches.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_changesets.py (7 lines added, 7 lines removed)
 M kallithea/tests/vcs/test_getitem.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_getslice.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_git.py (3 lines added, 3 lines removed)
 M kallithea/tests/vcs/test_repository.py (3 lines added, 3 lines removed)
 M kallithea/tests/vcs/test_tags.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_workdirs.py (2 lines added, 2 lines removed)
_______________________________________________
kallithea-general mailing list
[email protected]
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to