We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tests/remote.bats
1 parent f23b467 commit 559f5f6Copy full SHA for 559f5f6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@treehouses/cli",
3
- "version": "1.25.41",
+ "version": "1.25.42",
4
"remote": "4000",
5
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
6
"main": "cli.sh",
tests/remote.bats
@@ -35,3 +35,8 @@ load test-helper
35
run "${clicmd}" remote commands json
36
assert_success
37
}
38
+
39
+@test "$clinom remote reverse" {
40
+ run "${clicmd}" remote reverse
41
+ assert_output --partial '"ip"' && assert_output --partial '"org"' && assert_output --partial '"country"' && assert_output --partial '"city"' && assert_output --partial '"postal"' && assert_output --partial '"timezone"'
42
+}
0 commit comments