X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=test%2Fexample%2Ftest_strings.py;fp=test%2Fexample%2Ftest_strings.py;h=0000000000000000000000000000000000000000;hb=e5245336823411b71968e72c32b3bf33cc07638f;hp=c156dc95a192c1b7d7b56b9a06be8fafbca19d48;hpb=84fe31f632166d2fbf566968bd25aa9545e96fdc;p=osm%2Fdevops.git diff --git a/test/example/test_strings.py b/test/example/test_strings.py deleted file mode 100644 index c156dc95..00000000 --- a/test/example/test_strings.py +++ /dev/null @@ -1,9 +0,0 @@ - - -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