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