Pytest-datatest

Latest version: v0.1.4

Safety actively analyzes 621724 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.4

==================

* Fixed bug where ValidationError formatting was crashing xdist workers.
* Changed internals to make using pytest's non-public API more robust.
* Added testing support for Python 3.8 and 3.9.

0.1.3

==================

* This update adds testing and support for latest versions of Pytest and
Python (now tested using Pytest 3.3 to 4.1 and Python 2.7 to 3.7).
* Changed handling for 'mandatory' marker to support older and newer Pytest
versions.

0.1.2

==================

* Added handling for a 'mandatory' marker to support incremental testing
(stops session early when a mandatory test fails).
* Added '--ignore-mandatory' option to continue tests even when a mandatory
test fails.
* Changed the bundled-version-notice from a *warning* into a report section.
* Added pytest hook to properly deactivate the bundled plugin when using the
development version.

0.1.1

==================

* First public release.
* Added formal development-version notice (see module docstring and README).
This plugin is primarily intended for developers while typical users should
use the copy that is bundled with ``datatest``.
* Added a warning if the plugin that's bundled with ``datatest`` is newer.
* Added error formatting when pytest runs existing unittest-style tests.

0.1.0

==================

* Initial version for testing (never officially released).
* Added error message formatting to improve ``datatest`` workflow.


Changelog Guidelines
====================

* Begin each section with the date followed by the version number in
parenthesis. Use the following format: "YYYY-MM-DD (x.y.z)".
* The initial bullet-point may provide a one-line description of the release.
* Following bullet-points should begin with "Added", "Changed", "Fixed", or
"Removed" when describing the notable changes.
* Limit lines to 80 character width.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.