pytest.ini 111 B

123456
  1. [pytest]
  2. python_files = unit_test*.py
  3. addopts = --pyargs
  4. testpaths = .
  5. log_cli = true
  6. python_functions = test_*