Commit 49e73a6d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3608d493
- doc: notes on how things are organized in wendelin.core 2
...@@ -853,7 +853,7 @@ def test_wcfs(): ...@@ -853,7 +853,7 @@ def test_wcfs():
try: try:
assert w.sendReq(context.background(), b'bla bla') == "" assert w.sendReq(context.background(), b'bla bla') == ""
except: except:
import traceback; traceback.print_exc() #import traceback; traceback.print_exc()
raise raise
# assert w closed # assert w closed
......
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