This website requires JavaScript.
Explore
Help
Sign In
jiuyuan
/
test_ok1
Watch
2
Star
0
Fork
You've already forked test_ok1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
0f7aeafe7c
test_ok1
/
testing
/
cx_freeze
/
tests
/
test_trivial.py
6 lines
110 B
Python
Raw
Blame
History
def
test_upper
(
)
:
assert
'
foo
'
.
upper
(
)
==
'
FOO
'
def
test_lower
(
)
:
assert
'
FOO
'
.
lower
(
)
==
'
foo
'
Reference in New Issue
View Git Blame
Copy Permalink