History

v5.4.0

20 Mar 2024

Features

  • Added cpython module with support for loading functions across moves.

v5.3.0

31 Dec 2022

#5: Plugin now honors the network marker convention for tagging network-required tests.

v5.2.0

30 Dec 2022

Added pytest fixture needs_internet to skip tests that require HTTP connectivity.

v5.1.0

08 Jun 2022

Added property_error function for testing a property error.

v5.0.0

14 Mar 2021

Moved enabler to pytest-enabler.

v4.0.1

21 Nov 2020

#2: In enabler, remove third-party packages from sys.modules to avoid spurious non-coverage of lines covered at import time.

v4.0.0

14 Sep 2020

Remove pytest plugin added in 3.0.

v3.2.0

12 Sep 2020

Add a hack around pytest-cov to enable support for configuring it in the enabler plugin.

v3.1.1

12 Sep 2020

Changed enabler plugin to run at pytest_load_initial_conftests hook.

v3.1.0

12 Sep 2020

#1: Added the “enabler” plugin with support for adding arbitrary options for plugins that are present. For pytest-dev/pytest#7675.

v3.0.0

04 Sep 2020

Removed remaining modules.

Added pytest plugin for pytest-dev/pytest#7675.

2.3

08 Jul 2018

Deprecated the last module in this package (http) in favor of the responses project.

2.2

01 Jan 2016

Moved hosting to Github.

2.1

24 Apr 2015

Moved services module to jaraco.test.services and jaraco.mongodb.service.

2.0.5

22 Apr 2015

Extend timeout for MongoDB mongod to listen on the port from one second to three seconds, preventing spurious failures on slower systems.

2.0.2

18 Mar 2015

Replace lingering reference to removed socket_test module.

2.0.1

18 Mar 2015

Fix issue in MongoDB finder where MONGODB_HOME wasn’t honored.

2.0

13 Mar 2015

Removed jaraco.test.socket_test. Use portend instead.

Use setuptools_scm for version generation.

1.9

13 Mar 2015

Improved MongoDBFinder to locate MongoDB in new canonical locations used by the MongoDB Windows Installer.