Files
website/pytest.ini
Jon Lockwood 7e99d55bda ci(pytest): Added pytest job to run tests against build.
This CI job runs all tests in the tests/ directory.

MR !2
2022-01-29 08:43:27 +09:30

6 lines
117 B
INI

[pytest]
#junit_suite_name=Unit Test
junit_log_passing_tests=true
#enable_assertion_pass_hook=true
junit_logging=all