1 2 3 4 5 | def print_test_name(f):
def fn(self):
print f.__name__
f(self)
return fn
|
More like this
- Unit Test Profiling by justquick 4 years, 3 months ago
- Query printer coroutine by fnl 4 years ago
- Unit Tests That Write Fixtures by justquick 4 years, 3 months ago
- UnitTesting without create/destroy database by crucialfelix 4 years, 3 months ago
- TestCase helpers by pbx 6 years, 1 month ago
Comments