projects
/
pgwui_server
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cc7edb
)
Remove unused test fixture
author
Karl O. Pinc
<kop@karlpinc.com>
Wed, 25 Dec 2019 05:10:00 +0000
(23:10 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Sat, 28 Dec 2019 21:26:01 +0000
(15:26 -0600)
tests/test___init__.py
patch
|
blob
|
history
diff --git
a/tests/test___init__.py
b/tests/test___init__.py
index 2ea26a96945a8b148a6db537a700cb502ed66e79..17fbfa07ab420e204b775caca3685485d105ccb7 100644
(file)
--- 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, cap
log, cap
sys):
+ assert_exit1, monkeypatch, capsys):
'''First and last (the extra) errors are printed on stderr
'''
monkeypatch.setattr(sys, 'exit', assert_exit1())