We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3128732 commit ac60312Copy full SHA for ac60312
.github/workflows/python-package.yml
@@ -51,6 +51,7 @@ jobs:
51
seleniumbase install chromedriver
52
- name: Make sure pytest is working
53
run: |
54
+ pytest --help
55
echo "def test_1(): pass" > nothing.py
56
pytest nothing.py
57
- name: Make sure nosetests is working
0 commit comments