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 c0623a4 commit a8d1e68Copy full SHA for a8d1e68
.github/workflows/main.yml
@@ -31,4 +31,4 @@ jobs:
31
cd examples/simple && pip install -e .
32
- name: Run the tests for the examples
33
run: |
34
- pytest examples/simple/tests/*
+ pytest examples/simple/tests/test_handlers.py
0 commit comments