Skip to content

Releases: hautof/haf

release version 2.2.0-rc0

03 Jan 07:52
6b51b6a
Compare
Choose a tag to compare
Merge pull request #68 from tsbxmw/dev-2.2.0

update base report template

2.2.0

04 Jan 06:15
86463a1
Compare
Choose a tag to compare
Merge pull request #70 from tsbxmw/dev-2.2.0

update readme & config

v2.1.9-rc0

29 Dec 02:21
6b51b6a
Compare
Choose a tag to compare
  • release 2.1.c
  • fix some bugs
  • add some new features

2.2.a

02 Jan 05:38
29c2efc
Compare
Choose a tag to compare
  • release 2.2.a

2.1.7

21 Dec 03:40
d9fe2e3
Compare
Choose a tag to compare
  • release 2.1.7
  • main loop command support
  • fix some bugs

2.1.0

13 Dec 11:43
9c70ce8
Compare
Choose a tag to compare
  • bug fix : end time and duration time
  • contains version 2.0.7 2.0.8 2.0.9 ...

2.0.7

07 Dec 08:18
bf9839f
Compare
Choose a tag to compare
  • fix some bug
  • add /doc /status / support
  • fix autotest.wang gif/png
  • design.md png show

2.0.5

07 Dec 06:23
54faf7a
Compare
Choose a tag to compare
  • contains not released version 2.0.4
  • update html with online template
  • add debug support

2.0.3

05 Dec 11:14
c236b30
Compare
Choose a tag to compare
  • 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([{}])
     

v2.0.1

30 Nov 09:02
Compare
Choose a tag to compare
v2.0.1 Pre-release
Pre-release
  • bug fix : cannot show png at readme
  • add gif to doc/show