Skip to content

Commit

Permalink
Add comments on how to regenerate the .coverage file
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Burns <[email protected]>
  • Loading branch information
littleforest and mike-burns authored Mar 28, 2024
1 parent 75f123b commit 7024c2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/fixtures/python/src/tests/test_boring_math.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# To re-generate the .coverage file:
# coverage run -m pytest
# This requires two Python libraries:
# pip install coverage
# pip install pytest

from unittest import TestCase

from src import boring_math
Expand Down

0 comments on commit 7024c2f

Please sign in to comment.