requiresthat 2025.6.24.0__py3-none-any.whl → 2025.6.24.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {requiresthat-2025.6.24.0.dist-info → requiresthat-2025.6.24.2.dist-info}/METADATA +14 -3
- {requiresthat-2025.6.24.0.dist-info → requiresthat-2025.6.24.2.dist-info}/RECORD +4 -4
- {requiresthat-2025.6.24.0.dist-info → requiresthat-2025.6.24.2.dist-info}/WHEEL +0 -0
- {requiresthat-2025.6.24.0.dist-info → requiresthat-2025.6.24.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: requiresthat
|
3
|
-
Version: 2025.6.24.
|
3
|
+
Version: 2025.6.24.2
|
4
4
|
Summary: Support for requirements-assisted development
|
5
5
|
Author-email: Ann T Ropea <bedhanger@gmx.de>
|
6
6
|
License-Expression: MIT
|
@@ -68,7 +68,7 @@ If you want to cook it on your own, do this:
|
|
68
68
|
|
69
69
|
.. code-block:: bash
|
70
70
|
|
71
|
-
git clone
|
71
|
+
git clone https://gitlab.com/bedhanger/mwe.git
|
72
72
|
cd mwe/python/requiresthat
|
73
73
|
python -m venv --system-site-packages venv
|
74
74
|
source venv/bin/activate
|
@@ -77,4 +77,15 @@ If you want to cook it on your own, do this:
|
|
77
77
|
deactivate
|
78
78
|
|
79
79
|
It is recommended to carry out the build and install steps in a `venv
|
80
|
-
<https://docs.python.org/3/library/venv.html>`_.
|
80
|
+
<https://docs.python.org/3/library/venv.html>`_. This is shown in an exemplary manner in the
|
81
|
+
snipped above that deals with building from scratch.
|
82
|
+
|
83
|
+
Running the tests
|
84
|
+
-----------------
|
85
|
+
|
86
|
+
Build the package from scratch like shown above, but do not leave the ``venv`` (i.e., don't call
|
87
|
+
``deactivate``). Then
|
88
|
+
|
89
|
+
.. code-block:: bash
|
90
|
+
|
91
|
+
python -m pytest --verbose
|
@@ -2,7 +2,7 @@ requiresthat/__init__.py,sha256=VTyJru4K2_e7UEa0od6kXU7M8ovfD176GXEXqtNf-nY,154
|
|
2
2
|
requiresthat/_exceptions.py,sha256=4XuneVKh6HAi9r0exCuGwYa2NcTFgnpWbcFj6ggxBIc,1398
|
3
3
|
requiresthat/_requires.py,sha256=gpMepQ8iMUkrfiplF3NBJcA26u78F3CzOyUNmRM3TVc,3232
|
4
4
|
requiresthat/_when.py,sha256=VoGuvoG9WDEMIPeKnxAsjMTaCMhgSszf4xxa1vLn5aU,299
|
5
|
-
requiresthat-2025.6.24.
|
6
|
-
requiresthat-2025.6.24.
|
7
|
-
requiresthat-2025.6.24.
|
8
|
-
requiresthat-2025.6.24.
|
5
|
+
requiresthat-2025.6.24.2.dist-info/METADATA,sha256=6kq_4r85_RHxYNDNyuri4JlzOYP3gtsx2EUViMZVYEo,3162
|
6
|
+
requiresthat-2025.6.24.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
requiresthat-2025.6.24.2.dist-info/top_level.txt,sha256=mUgMTpAG75GYtt5_rVajUyWp-O_1VrrkqRo_hY9L9So,13
|
8
|
+
requiresthat-2025.6.24.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|