<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/12ae08b2fe3f168ac42c2f009eadee2f4c000c0f" style="text-decoration: none; font-weight: bold; color: #573;">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 ...</a></h1>
<div id="body">
Marc Abramowitz committed on 2015-04-21 15:35:36<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/12ae08b2fe3f168ac42c2f009eadee2f4c000c0f">12ae08b2</a><pre>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)</pre>
</div>
</div>
</div>
</body>
</html>