Unittest-expander

Latest version: v0.4.4

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

Scan your dependencies

Page 2 of 2

0.3.0

------------------

* Improved signatures of the **foreach()** decorator and the
**paramseq()** constructor: they take either exactly one positional
argument which must be a test parameter collection (as previously: a
sequence/mapping/set or a **paramseq** instance, or a callable
returning an iterable...), or *any number of positional and/or keyword
arguments* being test parameters (singular parameter values, tuples of
parameter values or **param** instances...). For example,
``foreach([1, 42])`` can now also be spelled as ``foreach(1, 42)``.

* Several tests/documentation-related updates, fixes and improvements.

0.2.1

------------------

* Important setup/configuration fixes (repairing 0.2.0 regressions):

* a setup-breaking bug in *setup.py* has been fixed;
* a bug in the configuration of Sphinx (the tool used to generate
the documentation) has been fixed.

* Some setup-related cleanups.

0.2.0

------------------

* Now **unittest_expander** is a one-file module, not a directory-based
package.

* Some documentation improvements and updates.

* Some library setup improvements and refactorings.

0.1.2

------------------

* The signatures of the **foreach()** decorator and the **paramseq()**
constructor have been unified.

* Tests/documentation-related updates and improvements.

0.1.1

------------------

* Minor tests/documentation-related improvements.

0.1.0

------------------

* Initial release.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.