nti.testing 4.2.0__tar.gz → 4.2.0.post0__tar.gz
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.
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/CHANGES.rst +6 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/PKG-INFO +7 -1
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/setup.py +1 -1
- nti_testing-4.2.0.post0/src/nti/__init__.py +1 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/PKG-INFO +7 -1
- nti_testing-4.2.0/src/nti/testing/tests/__init__.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.coveragerc +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.isort.cfg +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.nti_cover_package +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.pylintrc +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.readthedocs.yml +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.travis.yml +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/COPYRIGHT.txt +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/INSTALL +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/LICENSE +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/MANIFEST.in +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/README.rst +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/TODO +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/doc-requirements.txt +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/_static/custom.css +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/api.rst +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/base.rst +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/changelog.rst +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/conf.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/index.rst +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/layers.rst +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/matchers.rst +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/time.rst +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/zodb.rst +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/pyproject.toml +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/setup.cfg +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/__init__.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/base.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/layers/__init__.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/layers/cleanup.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/layers/postgres.py +0 -0
- {nti_testing-4.2.0/src/nti → nti_testing-4.2.0.post0/src/nti/testing/layers/tests}/__init__.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/layers/tests/test_postgres.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/layers/zope.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/matchers.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/mock.py +0 -0
- {nti_testing-4.2.0/src/nti/testing/layers → nti_testing-4.2.0.post0/src/nti/testing}/tests/__init__.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_base.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_component_cleanup_broken.txt +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_layers.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_main.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_matchers.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_time.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_zodb.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/time.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/zodb.py +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/SOURCES.txt +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/dependency_links.txt +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/requires.txt +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/top_level.txt +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/zip-safe +0 -0
- {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nti.testing
|
|
3
|
-
Version: 4.2.0
|
|
3
|
+
Version: 4.2.0.post0
|
|
4
4
|
Summary: Support for testing code
|
|
5
5
|
Home-page: https://github.com/OpenNTI/nti.testing
|
|
6
6
|
Author: Jason Madden
|
|
@@ -302,6 +302,12 @@ ZODB in `nti.testing.zodb`. See the API documentation for details.
|
|
|
302
302
|
Changes
|
|
303
303
|
=========
|
|
304
304
|
|
|
305
|
+
4.2.0.post0 (2024-11-08)
|
|
306
|
+
========================
|
|
307
|
+
|
|
308
|
+
- Nothing changed yet.
|
|
309
|
+
|
|
310
|
+
|
|
305
311
|
4.2.0 (2024-11-06)
|
|
306
312
|
==================
|
|
307
313
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nti.testing
|
|
3
|
-
Version: 4.2.0
|
|
3
|
+
Version: 4.2.0.post0
|
|
4
4
|
Summary: Support for testing code
|
|
5
5
|
Home-page: https://github.com/OpenNTI/nti.testing
|
|
6
6
|
Author: Jason Madden
|
|
@@ -302,6 +302,12 @@ ZODB in `nti.testing.zodb`. See the API documentation for details.
|
|
|
302
302
|
Changes
|
|
303
303
|
=========
|
|
304
304
|
|
|
305
|
+
4.2.0.post0 (2024-11-08)
|
|
306
|
+
========================
|
|
307
|
+
|
|
308
|
+
- Nothing changed yet.
|
|
309
|
+
|
|
310
|
+
|
|
305
311
|
4.2.0 (2024-11-06)
|
|
306
312
|
==================
|
|
307
313
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nti_testing-4.2.0/src/nti → nti_testing-4.2.0.post0/src/nti/testing/layers/tests}/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|