Skip to content

2.0.3

Compare
Choose a tag to compare
@tsbxmw tsbxmw released this 05 Dec 11:14
· 317 commits to master since this release
c236b30
  • update lock support to decorator
     from haf.utils import locker
     @lock
     def lock_func():
            pass
  • support pycase
      from haf.mark import test, skip, parameterize
      @test
      @skip
      @parameterize([{}])