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 a5c02f4 commit b63a3b9Copy full SHA for b63a3b9
1 file changed
.github/workflows/test.yml
@@ -30,7 +30,9 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
pip install -r requirements.txt
33
+ - name: Delete unwanted tests
34
+ run: rm tests/*selenium*
35
- name: Test with pytest
36
37
pip install pytest
- pytest tests.py
38
+ pytest tests
0 commit comments