MilesCranmer commited on
Commit
3fbca11
1 Parent(s): 5f2cdc0

Fix CLI test with new args

Browse files
Files changed (1) hide show
  1. pysr/test/test_cli.py +2 -1
pysr/test/test_cli.py CHANGED
@@ -61,7 +61,8 @@ def get_runtests():
61
  tests, separated by commas.
62
 
63
  Options:
64
- --help Show this message and exit.
 
65
  """
66
  )
67
  result = self.cli_runner.invoke(pysr, ["test", "--help"])
 
61
  tests, separated by commas.
62
 
63
  Options:
64
+ -k TEXT Filter expressions to select specific tests.
65
+ --help Show this message and exit.
66
  """
67
  )
68
  result = self.cli_runner.invoke(pysr, ["test", "--help"])