Skip to content

Commit

Permalink
Merge pull request #41 from Abjad/trevor/clean-up-conftest-py
Browse files Browse the repository at this point in the history
Clean up conftest.py
  • Loading branch information
trevorbaca authored Feb 9, 2025
2 parents 0032e20 + f4e5dd5 commit 3435e1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@


@pytest.fixture(autouse=True)
def add_libraries(doctest_namespace):
print(abjad, abjad.__version__)
def inject_abjad_into_doctest_namespace(doctest_namespace):
"""
Inject Abjad and rmakers into doctest namespace.
"""
doctest_namespace["abjad"] = abjad
doctest_namespace["abjadext"] = abjadext
doctest_namespace["rmakers"] = abjadext.rmakers

0 comments on commit 3435e1f

Please sign in to comment.