Remove unused test fixture
authorKarl O. Pinc <kop@karlpinc.com>
Wed, 25 Dec 2019 05:10:00 +0000 (23:10 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Sat, 28 Dec 2019 21:26:01 +0000 (15:26 -0600)
tests/test___init__.py

index 2ea26a96945a8b148a6db537a700cb502ed66e79..17fbfa07ab420e204b775caca3685485d105ccb7 100644 (file)
@@ -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())