diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-01 12:22:27 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-01 12:22:27 -0800 |
commit | 96dca650f88d8fe9c596f77b1cacb9272a44b9b7 (patch) | |
tree | d12e78818c7828534892c0a13cf671380b1f4624 | |
parent | ad6277ba742e0a9e1a751df2f4a7c395273b1b63 (diff) | |
download | wee-slack-96dca650f88d8fe9c596f77b1cacb9272a44b9b7.tar.gz |
and make it alphabetical
-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 |