From 96dca650f88d8fe9c596f77b1cacb9272a44b9b7 Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Wed, 1 Feb 2017 12:22:27 -0800 Subject: and make it alphabetical --- _pytest/test_everything.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_pytest') 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 -- cgit