Loading .gitignore +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,8 @@ scripts/ref/ scripts/test/ scripts/out/ scripts/self_test_summary.txt tests/dut tests/ref # Python files that pop up when running scripts __pycache__/ Loading pytest.ini +6 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,11 @@ # note: per convention, this file is placed in the root directory of the repository [pytest] addopts = -ra --tb=short --basetemp=./tmp -v # Write captured system-out log messages to JUnit report. junit_logging = system-out # Do not capture log information for passing tests to JUnit report. junit_log_passing_tests = False junit_duration_report = call junit_family = xunit1 log_file_level = DEBUG log_format = %(asctime)s %(levelname)s %(message)s Loading Loading
.gitignore +2 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,8 @@ scripts/ref/ scripts/test/ scripts/out/ scripts/self_test_summary.txt tests/dut tests/ref # Python files that pop up when running scripts __pycache__/ Loading
pytest.ini +6 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,11 @@ # note: per convention, this file is placed in the root directory of the repository [pytest] addopts = -ra --tb=short --basetemp=./tmp -v # Write captured system-out log messages to JUnit report. junit_logging = system-out # Do not capture log information for passing tests to JUnit report. junit_log_passing_tests = False junit_duration_report = call junit_family = xunit1 log_file_level = DEBUG log_format = %(asctime)s %(levelname)s %(message)s Loading