Fix discovery of tests with mangled names
This commit is contained in:
parent
65e620ed55
commit
498a54e770
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user