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
|
ignore_errors = True
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
# Be sure to include Hy test functions whose names end with "?",
|
# Be sure to include Hy test functions with mangled names.
|
||||||
# which will be mangled to begin with "is_".
|
python_functions=test_* is_test_* hyx_test_* hyx_is_test_*
|
||||||
python_functions=test_* is_test_*
|
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
once::DeprecationWarning
|
once::DeprecationWarning
|
||||||
once::PendingDeprecationWarning
|
once::PendingDeprecationWarning
|
||||||
|
Loading…
Reference in New Issue
Block a user