Kaydet (Commit) b4ed8c4d authored tarafından Jeremy Hylton's avatar Jeremy Hylton

add test of bastion and rexec to std regression test suite

üst e36f7781
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