diff options
Diffstat (limited to '_pytest')
-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 0c04213..9e356be 100644 --- a/_pytest/test_everything.py +++ b/_pytest/test_everything.py @@ -38,7 +38,7 @@ def test_process_message(monkeypatch, realish_eventrouter, mock_websocket): if len(notimplemented) > 0: print "####################" - print notimplemented + print sorted(notimplemented) print "####################" assert False |