Skip to content

Commit

Permalink
Merge branch 'master' into timing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgorji committed Jun 21, 2024
2 parents c7886ba + 58f19f4 commit 43684f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion musurgia/tests/pdf/ruler/test_ruler.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pathlib import Path

from musurgia.pdf.line import HorizontalRuler
from musurgia.pdf.ruler import HorizontalRuler
from musurgia.pdf.pdf import Pdf
from musurgia.pdf.pdf_tools import draw_ruler
from musurgia.tests.utils_for_tests import PdfTestCase
Expand Down
1 change: 1 addition & 0 deletions pytest_command_cheat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pytest --cov-report term-missing --cov=musurgia -n auto musurgia

0 comments on commit 43684f3

Please sign in to comment.