1 2 3 4 5 | def print_test_name(f):
def fn(self):
print f.__name__
f(self)
return fn
|
More like this
- Unit testing Django model mixins by michaelmior 1 week, 6 days ago
- Unit Test Profiling by justquick 3 years ago
- Forcing unit test runner to abort after failed test by simonbun 4 years, 8 months ago
- Reset cache between tests by peterbe 2 years, 2 months ago
- TestCase helpers by pbx 4 years, 10 months ago
Comments