From a84c7a06aa17c018acaac44fe72270fcbb4c4357 Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Wed, 1 Feb 2017 12:18:43 -0800 Subject: move assertion --- _pytest/test_everything.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_pytest/test_everything.py') 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 -- cgit