add test of bastion and rexec to std regression test suite
This commit is contained in:
parent
e36f77814e
commit
b4ed8c4db0
|
@ -0,0 +1,10 @@
|
|||
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
|
|
@ -0,0 +1,3 @@
|
|||
import Bastion
|
||||
|
||||
Bastion._test()
|
Loading…
Reference in New Issue