From: Karl O. Pinc Date: Wed, 25 Dec 2019 05:10:00 +0000 (-0600) Subject: Remove unused test fixture X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=4bc932f7cbdd5689a108f83f36c5f9bc0dbfd7c6;p=pgwui_server Remove unused test fixture --- diff --git a/tests/test___init__.py b/tests/test___init__.py index 2ea26a9..17fbfa0 100644 --- a/tests/test___init__.py +++ b/tests/test___init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 The Meme Factory, Inc. http://www.meme.com/ +# Copyright (C) 2018, 2019 The Meme Factory, Inc. http://www.meme.com/ # This file is part of PGWUI_Server. # @@ -347,7 +347,7 @@ def test_exit_reporting_errors_logged( def test_exit_reporting_errors_printed( - assert_exit1, monkeypatch, caplog, capsys): + assert_exit1, monkeypatch, capsys): '''First and last (the extra) errors are printed on stderr ''' monkeypatch.setattr(sys, 'exit', assert_exit1())