Skip to content

Commit 8f54bb5

Browse files
committed
wip
1 parent 11f18e5 commit 8f54bb5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/test_cli.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,15 @@ def test_unhandled_exception_exit_code(self, credstore, at_client):
124124
main(parse_args(['fakedev', 'list']), credstore)
125125
assert e.type == SystemExit
126126
assert e.value.code == 1
127+
128+
# plan for new tests:
129+
# Comms cannot find device
130+
# Comms cannot detect shell mode
131+
# Comms cannot enable error codes
132+
# list successful
133+
# list with tag successful
134+
# list with tag and type successful
135+
# write successful
136+
# delete successful - check that we don't try to delete reserved tags
137+
# deleteall successful
138+
# generate successful

0 commit comments

Comments
 (0)