Skip to content

Commit

Permalink
Added a test so the test runner succeeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 25, 2024
1 parent e324bc0 commit a2a0b9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
A trivial test to allow the runner to pass.
>>> __name__
'coherent.cli'
"""

__requires__ = [
'coherent.build',
'coherent.test',
Expand Down

0 comments on commit a2a0b9a

Please sign in to comment.