- Added __future__.annotations. (#10)
- Complete annotations and add
py.typed
marker -- by :user:`Avasam` (#8)
- Added cpython module with support for loading functions across moves.
#5: Plugin now honors the network
marker convention for
tagging network-required tests.
Added pytest fixture needs_internet
to skip tests that require
HTTP connectivity.
Added property_error
function for testing a property error.
Moved enabler to pytest-enabler.
#2: In enabler, remove third-party packages from sys.modules to avoid spurious non-coverage of lines covered at import time.
Remove pytest plugin added in 3.0.
Add a hack around pytest-cov to enable support for configuring it in the enabler plugin.
Changed enabler plugin to run at pytest_load_initial_conftests
hook.
#1: Added the "enabler" plugin with support for adding arbitrary options for plugins that are present. For pytest-dev/pytest#7675.
Removed remaining modules.
Added pytest plugin for pytest-dev/pytest#7675.
Deprecated the last module in this package (http) in favor of the responses project.
Moved hosting to Github.
Moved services module to jaraco.test.services
and
jaraco.mongodb.service
.
Extend timeout for MongoDB mongod to listen on the port from one second to three seconds, preventing spurious failures on slower systems.
Replace lingering reference to removed socket_test module.
Fix issue in MongoDB finder where MONGODB_HOME wasn't honored.
Removed jaraco.test.socket_test. Use portend instead.
Use setuptools_scm for version generation.
Improved MongoDBFinder to locate MongoDB in new canonical locations used by the MongoDB Windows Installer.