Skip to content

Releases: saltstack/pytest-helpers-namespace

2021.3.24

24 Mar 15:23
2021.3.24
37b5a44
Compare
Choose a tag to compare
  • Switched project to a src layout.
  • Switched project to a declarative setuptools approach
  • Added support to check if a helper has been registered
  • Pytest >= 6.1.1 is now required

v2019.1.8

07 Jan 18:01
v2019.1.8
5d4c3a7
Compare
Choose a tag to compare
Release v2019.1.8

v2019.1.7

07 Jan 18:01
v2019.1.7
639ea6c
Compare
Choose a tag to compare
Release v2019.1.7

Release v2019.1.6.post1

07 Jan 18:01
v2019.1.6.post1
c7306d2
Compare
Choose a tag to compare
This is the last version with supports PyTest's `pytest_namespace` and
is thus locked to PyTest < 4.0

Release v2019.1.6

07 Jan 18:01
v2019.1.6
2b324c6
Compare
Choose a tag to compare
This is the last version with supports PyTest's `pytest_namespace` and
is thus locked to PyTest < 4.1

v2017.11.11

05 Dec 08:17
v2017.11.11
da0acf1
Compare
Choose a tag to compare
Release v2017.11.11

v2016.7.10

05 Dec 08:18
v2016.7.10
fb8cc98
Compare
Choose a tag to compare
Release v2016.7.10

v2016.4.15

15 Apr 12:57
v2016.4.15
75ed16b
Compare
Choose a tag to compare
  • Hide the FuncWrapper traceback in pytest failures. #3. Thanks Logan Glickfield(@lsglick)

v2016.4.5

05 Apr 00:12
v2016.4.5
080ee90
Compare
Choose a tag to compare
  • Use a wrapper class instead of adding an attribute to a function.

v2016.4.3

03 Apr 12:42
v2016.4.3
e26cc54
Compare
Choose a tag to compare
  • Provide proper errors when helper functions or namespaces are being overridden. #1