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.
Files changed (57) hide show
  1. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/CHANGES.rst +6 -0
  2. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/PKG-INFO +7 -1
  3. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/setup.py +1 -1
  4. nti_testing-4.2.0.post0/src/nti/__init__.py +1 -0
  5. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/PKG-INFO +7 -1
  6. nti_testing-4.2.0/src/nti/testing/tests/__init__.py +0 -0
  7. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.coveragerc +0 -0
  8. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.isort.cfg +0 -0
  9. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.nti_cover_package +0 -0
  10. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.pylintrc +0 -0
  11. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.readthedocs.yml +0 -0
  12. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/.travis.yml +0 -0
  13. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/COPYRIGHT.txt +0 -0
  14. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/INSTALL +0 -0
  15. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/LICENSE +0 -0
  16. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/MANIFEST.in +0 -0
  17. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/README.rst +0 -0
  18. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/TODO +0 -0
  19. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/doc-requirements.txt +0 -0
  20. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/_static/custom.css +0 -0
  21. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/api.rst +0 -0
  22. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/base.rst +0 -0
  23. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/changelog.rst +0 -0
  24. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/conf.py +0 -0
  25. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/index.rst +0 -0
  26. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/layers.rst +0 -0
  27. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/matchers.rst +0 -0
  28. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/time.rst +0 -0
  29. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/docs/zodb.rst +0 -0
  30. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/pyproject.toml +0 -0
  31. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/setup.cfg +0 -0
  32. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/__init__.py +0 -0
  33. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/base.py +0 -0
  34. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/layers/__init__.py +0 -0
  35. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/layers/cleanup.py +0 -0
  36. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/layers/postgres.py +0 -0
  37. {nti_testing-4.2.0/src/nti → nti_testing-4.2.0.post0/src/nti/testing/layers/tests}/__init__.py +0 -0
  38. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/layers/tests/test_postgres.py +0 -0
  39. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/layers/zope.py +0 -0
  40. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/matchers.py +0 -0
  41. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/mock.py +0 -0
  42. {nti_testing-4.2.0/src/nti/testing/layers → nti_testing-4.2.0.post0/src/nti/testing}/tests/__init__.py +0 -0
  43. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_base.py +0 -0
  44. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_component_cleanup_broken.txt +0 -0
  45. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_layers.py +0 -0
  46. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_main.py +0 -0
  47. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_matchers.py +0 -0
  48. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_time.py +0 -0
  49. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/tests/test_zodb.py +0 -0
  50. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/time.py +0 -0
  51. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti/testing/zodb.py +0 -0
  52. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/SOURCES.txt +0 -0
  53. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/dependency_links.txt +0 -0
  54. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/requires.txt +0 -0
  55. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/top_level.txt +0 -0
  56. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/src/nti.testing.egg-info/zip-safe +0 -0
  57. {nti_testing-4.2.0 → nti_testing-4.2.0.post0}/tox.ini +0 -0
@@ -2,6 +2,12 @@
2
2
  Changes
3
3
  =========
4
4
 
5
+ 4.2.0.post0 (2024-11-08)
6
+ ========================
7
+
8
+ - Nothing changed yet.
9
+
10
+
5
11
  4.2.0 (2024-11-06)
6
12
  ==================
7
13
 
@@ -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
 
@@ -6,7 +6,7 @@ from setuptools import setup
6
6
  from setuptools import find_namespace_packages
7
7
 
8
8
 
9
- version = '4.2.0'
9
+ version = '4.2.0.post0'
10
10
 
11
11
  entry_points = {
12
12
  }
@@ -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