We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26a055 commit 2b542ccCopy full SHA for 2b542cc
1 file changed
.github/workflows/tests.yml
@@ -28,3 +28,6 @@ jobs:
28
29
- name: "🧪 Run mock tests"
30
run: python -m pytest tests/ -v -k mock
31
+
32
+ - name: "📋 Validate examples"
33
+ run: python -m pytest tests/test_examples.py -v
0 commit comments