Skip to content

Commit

Permalink
debug: add debugging flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Apr 22, 2024
1 parent 8a701a5 commit 0c10f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def coverage(session):
"""
session.install("-r", "requirements-test-full.txt", "./awkward-cpp", ".")
session.run(
"pytest", "tests", "--cov=awkward", "--cov-report=xml", *session.posargs
"pytest", "--pdb", "tests", "--cov=awkward", "--cov-report=xml", *session.posargs
)


Expand Down

0 comments on commit 0c10f5e

Please sign in to comment.