Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
devops
/
e7d175839f9f009e15b909dfb06eaa763a25327c
/
.
/
test
/
example
/
test_strings.py
blob: c156dc95a192c1b7d7b56b9a06be8fafbca19d48 [
file
] [
log
] [
blame
]
Adam Israel
59f3581
2017-02-24 10:47:15 +0100
[
diff
] [
blame
]
1
2
3
def
test_host
(
so_host
):
4
assert
so_host
==
'127.0.0.1'
5
6
7
def
test_port
(
so_host
,
so_port
):
8
assert
so_host
==
'127.0.0.1'
9
assert
so_port
==
80