Previously setUp and tearDown would be called on the instance of the class being tested, but the methods were pulled from the instance of the class created during test enumeration. Now everything will work correctly.
23 lines
161 B
Plaintext
23 lines
161 B
Plaintext
*.class
|
|
*.o
|
|
*.pyc
|
|
*.sqlite3
|
|
*.sw[op]
|
|
*~
|
|
.DS_Store
|
|
bin-debug/*
|
|
bin-release/*
|
|
bin/*
|
|
tags
|
|
*.beam
|
|
*.dump
|
|
env/
|
|
.env/
|
|
*egg-info*
|
|
misc/
|
|
dist/
|
|
Icon?
|
|
.tox
|
|
build/
|
|
.cache/
|