Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyPep8NamingInspection
/
test.py
blob: 1f3186c9b0a7d00db81d4954f72e171351d146de [
file
] [
log
] [
blame
]
from
unittest
import
TestCase
class
TestX
(
TestCase
):
def
testFoo
(
self
):
self
.
assertTrue
(
True
)