#! /usr/bin/env python3 def task_test(): return { 'actions': ['pytest'], 'verbosity': 2, } if __name__ == '__main__': import doit doit.run(globals())