mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
support/testing: test_python_django: add missing line
flake8 complains with: test_python_django.py:25:1: E302 expected 2 blank lines, found 1 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
5a324180e6
commit
17638bc3ad
@ -22,6 +22,7 @@ class TestPythonDjango(TestPythonPackageBase):
|
|||||||
cmd = "netstat -ltn 2>/dev/null | grep 0.0.0.0:1234"
|
cmd = "netstat -ltn 2>/dev/null | grep 0.0.0.0:1234"
|
||||||
self.assertRunOk(cmd)
|
self.assertRunOk(cmd)
|
||||||
|
|
||||||
|
|
||||||
class TestPythonPy3Django(TestPythonDjango):
|
class TestPythonPy3Django(TestPythonDjango):
|
||||||
__test__ = True
|
__test__ = True
|
||||||
config = TestPythonDjango.config + \
|
config = TestPythonDjango.config + \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user