Skip to content

Commit

Permalink
fixed the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabkumar7 committed Feb 28, 2024
1 parent 59f1d0a commit a8202b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov
pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
pytest
2 changes: 1 addition & 1 deletion test_app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
from flask import json
from app import app, quotes
from app import app

@pytest.fixture
def client():
Expand Down

0 comments on commit a8202b7

Please sign in to comment.