This website requires JavaScript.
Explore
Help
Sign In
p53209761
/
test_ok2
Watch
1
Star
0
Fork
You've already forked test_ok2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a98f02d423
test_ok2
/
testing
/
freeze
/
tests
/
test_trivial.py
7 lines
106 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