Skip to content

Commit a803693

Browse files
committed
remove test_gunicorn_arbiter_with_application
1 parent e89e7bc commit a803693

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_cli.py

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from unittest.mock import patch
22

3-
import gunicorn.arbiter
43
from click.testing import CliRunner
54

65
import teufa.cli
7-
from teufa.server import Application
86

97

108
@patch("teufa.server.Application.run")
@@ -31,8 +29,3 @@ def test_cli_server_dev(MockApplication):
3129
}
3230
)
3331
MockApplication.return_value.run.assert_called_once_with()
34-
35-
36-
def test_gunicorn_arbiter_with_application():
37-
arbiter = gunicorn.arbiter.Arbiter(Application())
38-
arbiter.stop()

0 commit comments

Comments
 (0)