Skip to content

Commit

Permalink
fix(debug): cat the pytest.ini instead of config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Jul 24, 2024
1 parent 1433d41 commit f875455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ npm test
display_result $? 1 "npm test"

# echo config.py contents
cat app/config.py
cat /pytest.ini

## Code coverage
py.test -n4 --maxfail=1 tests/ --strict -p no:warnings
Expand Down

0 comments on commit f875455

Please sign in to comment.