Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4ed8c4

Browse files
committed
add test of bastion and rexec to std regression test suite
1 parent e36f778 commit b4ed8c4

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lib/test/output/test_bastion

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
test_bastion
2+
b.total() = 99
3+
b.sum = inaccessible
4+
b._add = inaccessible
5+
b._get_.func_defaults = [<type 'function'>] accessible
6+
==================== Using rexec: ====================
7+
b.total() = 198
8+
b.sum = inaccessible
9+
b._add = inaccessible
10+
b._get_.func_defaults = inaccessible

Lib/test/test_bastion.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import Bastion
2+
3+
Bastion._test()

0 commit comments

Comments
 (0)