Fix discovery of tests with mangled names

This commit is contained in:
Kodi Arfer 2018-05-30 10:42:00 -07:00
parent 65e620ed55
commit 498a54e770
1 changed files with 2 additions and 3 deletions

View File

@ -17,9 +17,8 @@ exclude_lines =
ignore_errors = True
[tool:pytest]
# Be sure to include Hy test functions whose names end with "?",
# which will be mangled to begin with "is_".
python_functions=test_* is_test_*
# Be sure to include Hy test functions with mangled names.
python_functions=test_* is_test_* hyx_test_* hyx_is_test_*
filterwarnings =
once::DeprecationWarning
once::PendingDeprecationWarning