Implement buffering for the testing output

This commit is contained in:
Ivan Kravets
2022-05-05 13:02:27 +03:00
parent c0cfbe2ce0
commit 0b317ef04b
6 changed files with 64 additions and 68 deletions

View File

@@ -216,7 +216,7 @@ int main(int argc, char *argv[]) {
@pytest.mark.skipif(
sys.platform == "win32", reason="runs only on Unix (issue with SimAVR)"
sys.platform != "darwin", reason="runs only on macOS (issue with SimAVR)"
)
def test_custom_testing_command(clirunner, validate_cliresult, tmp_path: Path):
project_dir = tmp_path / "project"