File: setup.cfg

package info (click to toggle)
hy 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,632 kB
  • sloc: python: 7,299; makefile: 38; sh: 27
file content (8 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[tool:pytest]
# Be sure to include Hy test functions with mangled names.
python_functions=test_* hyx_test_*
filterwarnings =
    once::DeprecationWarning
    once::PendingDeprecationWarning
    ignore::SyntaxWarning
    ignore::pytest.PytestReturnNotNoneWarning