Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyAttributeOutsideInitInspection
/
unitTest.py
blob: 9263578b1b958dfaaddbd02cec06ba67bd8dccdf [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
from
unittest
import
TestCase
class
MyTestCase
(
TestCase
):
def
setUp
(
self
):
self
.
my
=
1
def
test
(
self
):
self
.
my
=
2