Category Archives: Software

Exploring Python @decorators

Today I’ve been using Python decorators to factor out common functionality in test cases. I ran into the slightly (!) interesting problem of how to define a @decorator(like_this). That is, a decorator that takes a parameter. It’s fairly trivial to … Continue reading

Share
Posted in Software | Tagged | Comments Off