diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-12-09 18:27:55 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2024-12-12 10:03:18 +0100 |
commit | 0eb56d57a2f24c603981f34b5dfe21e14e810cfc (patch) | |
tree | 951beed68bd843f0d597e5cb56376c07b1652dad /tests/test_cases/config/run_pytest.sh | |
parent | d7e42b7d8e2f5951ce4d38584014534e7d6d2ab1 (diff) | |
download | rules-cc-0eb56d57a2f24c603981f34b5dfe21e14e810cfc.tar.gz |
tests: define test cases for ["CC/auto","config_file"] rule
The unit tests for runner can be run via the ["test_cases/config",
"pytest"] target, which requires `pytest` and `hypothesis`.
Diffstat (limited to 'tests/test_cases/config/run_pytest.sh')
-rwxr-xr-x | tests/test_cases/config/run_pytest.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_cases/config/run_pytest.sh b/tests/test_cases/config/run_pytest.sh new file mode 100755 index 0000000..fc886ea --- /dev/null +++ b/tests/test_cases/config/run_pytest.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +python3 -m pytest |