Replace assert in Python import examples with code that always runs.
This commit is contained in:
parent
2165f27f5d
commit
aedc3c3eaf
6 changed files with 12 additions and 6 deletions
|
|
@ -6,4 +6,5 @@ sys.path.insert(0, 'path3')
|
|||
|
||||
from brave import robin
|
||||
|
||||
assert(robin.run() == "AWAY!")
|
||||
if not(robin.run() == "AWAY!"):
|
||||
raise RuntimeError("test failed")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue