summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bastion.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-01-19 03:22:48 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-01-19 03:22:48 (GMT)
commitb4ed8c4db0701dcce6c83fcdb82da1bdc651bf29 (patch)
tree7873ec04a34a92af3aa74a2af1c83f60ac87e26f /Lib/test/test_bastion.py
parente36f77814e83bd2b3dc84a4e0bfb0b8dc0da9965 (diff)
downloadcpython-b4ed8c4db0701dcce6c83fcdb82da1bdc651bf29.zip
cpython-b4ed8c4db0701dcce6c83fcdb82da1bdc651bf29.tar.gz
cpython-b4ed8c4db0701dcce6c83fcdb82da1bdc651bf29.tar.bz2
add test of bastion and rexec to std regression test suite
Diffstat (limited to 'Lib/test/test_bastion.py')
-rw-r--r--Lib/test/test_bastion.py3
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()