Commit 4cc4223c authored by Jeremy Hylton's avatar Jeremy Hylton

add test of bastion and rexec to std regression test suite

parent 77b6b9e2
test_bastion
b.total() = 99
b.sum = inaccessible
b._add = inaccessible
b._get_.func_defaults = [<type 'function'>] accessible
==================== Using rexec: ====================
b.total() = 198
b.sum = inaccessible
b._add = inaccessible
b._get_.func_defaults = inaccessible
import Bastion
Bastion._test()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment