pytest migration: rename TestControllerPytest back to TestController The name TestControllerPytest was introduced to allow a temporary situation where nose/...
patrickdp committed on 2016-05-15 20:37:37
branch: default tag: tip changeset: 7f2aa3ec pytest migration: rename TestControllerPytest back to TestController The name TestControllerPytest was introduced to allow a temporary situation where nose/unittest and pytest-based tests could coexist. This situation is now over, so the base test class can be renamed again. M kallithea/tests/__init__.py (2 lines added, 2 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.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_admin_auth_settings.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_admin_defaults.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_admin_gists.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_admin_notifications.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_admin_permissions.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_admin_repo_groups.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_admin_repos.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_admin_settings.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_admin_user_groups.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_admin_users.py (2 lines added, 2 lines removed) M kallithea/tests/functional/test_branches.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_changelog.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_changeset.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_changeset_comments.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_compare.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_compare_local.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_feed.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_files.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_followers.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_forks.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_home.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_journal.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_login.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_my_account.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_pullrequests.py (2 lines added, 2 lines removed) M kallithea/tests/functional/test_repo_groups.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_search.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_summary.py (1 lines added, 1 lines removed) M kallithea/tests/functional/test_tags.py (1 lines added, 1 lines removed) M kallithea/tests/models/test_changeset_status.py (1 lines added, 1 lines removed) M kallithea/tests/models/test_diff_parsers.py (1 lines added, 1 lines removed) M kallithea/tests/models/test_notifications.py (1 lines added, 1 lines removed) M kallithea/tests/models/test_permissions.py (1 lines added, 1 lines removed) M kallithea/tests/models/test_repo_groups.py (1 lines added, 1 lines removed) M kallithea/tests/models/test_repos.py (1 lines added, 1 lines removed) M kallithea/tests/models/test_user_groups.py (1 lines added, 1 lines removed) M kallithea/tests/models/test_users.py (2 lines added, 2 lines removed) M kallithea/tests/other/manual_test_vcs_operations.py (1 lines added, 1 lines removed) M kallithea/tests/other/test_libs.py (1 lines added, 1 lines removed) M kallithea/tests/other/test_mail.py (1 lines added, 1 lines removed) M kallithea/tests/other/test_validators.py (1 lines added, 1 lines removed) |
_______________________________________________ kallithea-general mailing list [email protected] http://lists.sfconservancy.org/mailman/listinfo/kallithea-general
