diff options
Diffstat (limited to '_pytest')
-rw-r--r-- | _pytest/test_everything.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_pytest/test_everything.py b/_pytest/test_everything.py index cbd6fde..fdd4382 100644 --- a/_pytest/test_everything.py +++ b/_pytest/test_everything.py @@ -26,6 +26,7 @@ def test_process_message(monkeypatch, realish_eventrouter, mock_websocket): for fname in datafiles: try: + print "####################" data = json.loads(open(fname, 'r').read()) socket.add(data) eventrouter.receive_ws_callback(t) |