diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-01 12:18:43 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-01 12:18:43 -0800 |
commit | a84c7a06aa17c018acaac44fe72270fcbb4c4357 (patch) | |
tree | 285818d1358b191815ea83ddee2a415b96a34587 | |
parent | aef1083ed314295d50d19ca1db37dc2994fdbc5d (diff) | |
download | wee-slack-a84c7a06aa17c018acaac44fe72270fcbb4c4357.tar.gz |
move assertion
-rw-r--r-- | _pytest/test_everything.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/test_everything.py b/_pytest/test_everything.py index da5b500..e65b3d8 100644 --- a/_pytest/test_everything.py +++ b/_pytest/test_everything.py @@ -40,7 +40,7 @@ def test_process_message(monkeypatch, realish_eventrouter, mock_websocket): print "####################" print notimplemented print "####################" - assert False + assert False |