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