We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81e5b61 + 6c3f5c7 commit ebf204dCopy full SHA for ebf204d
tests/tests.py renamed to tests/test_default.py
@@ -18,7 +18,6 @@ def test_directories(File):
18
19
20
def test_files(File):
21
- def test_files(File):
22
present = [
23
"/etc/nginx/nginx.conf",
24
"/etc/nginx/dhparam.pem"
@@ -37,16 +36,15 @@ def test_files(File):
37
36
assert not d.exists
38
39
40
-
41
-def test_service(Service):
42
- present = [
43
- "nginx"
44
- ]
45
- if present:
46
- for service in present:
47
- s = Service(service)
48
- assert s.is_running
49
- assert s.is_enabled
+# def test_service(Service):
+# present = [
+# "nginx"
+# ]
+# if present:
+# for service in present:
+# s = Service(service)
+# assert s.is_running
+# assert s.is_enabled
50
51
52
def test_packages(Package):
0 commit comments