Skip to content

Commit

Permalink
add new command to cli test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamweiner committed Feb 6, 2024
1 parent 87abba1 commit bb463df
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/integration/test_subscriptions_cli.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
"""Tests of the Subscriptions CLI (aka planet-subscriptions)
There are 6 subscriptions commands:
There are 7 subscriptions commands:
[x] planet subscriptions list
[x] planet subscriptions cancel
[x] planet subscriptions create
[x] planet subscriptions get
[x] planet subscriptions list
[x] planet subscriptions patch
[x] planet subscriptions results
[x] planet subscriptions create
[x] planet subscriptions update
[x] planet subscriptions cancel
TODO: tests for 3 options of the planet-subscriptions-results command.
Expand Down

0 comments on commit bb463df

Please sign in to comment.