pytest example
[osm/devops.git] / test / example / test_strings.py
diff --git a/test/example/test_strings.py b/test/example/test_strings.py
new file mode 100644 (file)
index 0000000..c156dc9
--- /dev/null
@@ -0,0 +1,9 @@
+
+
+def test_host(so_host):
+    assert so_host == '127.0.0.1'
+
+
+def test_port(so_host, so_port):
+    assert so_host == '127.0.0.1'
+    assert so_port == 80