diff options
Diffstat (limited to 'Lib/test/test_bastion.py')
-rw-r--r-- | Lib/test/test_bastion.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_bastion.py b/Lib/test/test_bastion.py new file mode 100644 index 0000000..0a1ded7 --- /dev/null +++ b/Lib/test/test_bastion.py @@ -0,0 +1,3 @@ +import Bastion + +Bastion._test() |