projects
/
osm
/
devops.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update generation in case no tag is found
[osm/devops.git]
/
test
/
example
/
test_strings.py
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