Skip to content

Commit ff5742d

Browse files
committed
Merge remote-tracking branch 'origin/pr/298'
* origin/pr/298: Allow passing pytest arguments Pull request description: Example to run subset of tests: xvfb-run ./run-tests.sh -k test_subset_handler
2 parents 06d704c + c628253 commit ff5742d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
python3 -m coverage run -m pytest -vv qubes_config/tests qui
3+
python3 -m coverage run -m pytest -vv qubes_config/tests qui "$@"

0 commit comments

Comments
 (0)