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 16ca873 commit a716a3bCopy full SHA for a716a3b
.github/workflows/ci-pipeline.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# Step 4: Run pytest for `analyzer` folder tests
35
- name: Run pytest for analyzer tests
36
- run: pytest --ignore-markers=file_creation time_complexity_analyzer/analyzer -v
+ run: pytest time_complexity_analyzer/analyzer -v
37
38
# Step 5: Run Django migrations and tests
39
- name: Run Django tests
0 commit comments