Skip to content

Commit

Permalink
Fix CLI test with new args
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Mar 23, 2024
1 parent 5f2cdc0 commit 3fbca11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pysr/test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def test_help_on_test(self):
tests, separated by commas.
Options:
--help Show this message and exit.
-k TEXT Filter expressions to select specific tests.
--help Show this message and exit.
"""
)
result = self.cli_runner.invoke(pysr, ["test", "--help"])
Expand Down

0 comments on commit 3fbca11

Please sign in to comment.