Browse Source

Merge pull request #237 from gurneyalex/8.0-remove-tests-suites

[FIX] remove deprecated test suite declarations
pull/240/head
Pedro M. Baeza 9 years ago
parent
commit
38fb1a7a86
  1. 6
      auth_from_http_remote_user/tests/__init__.py

6
auth_from_http_remote_user/tests/__init__.py

@ -20,9 +20,3 @@
##############################################################################
from . import test_res_users
fast_suite = [
]
checks = [
test_res_users,
]
Loading…
Cancel
Save