orionis 0.303.0__py3-none-any.whl → 0.304.0__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.
@@ -5,7 +5,7 @@
5
5
  NAME = "orionis"
6
6
 
7
7
  # Current version of the framework
8
- VERSION = "0.303.0"
8
+ VERSION = "0.304.0"
9
9
 
10
10
  # Full name of the author or maintainer of the project
11
11
  AUTHOR = "Raul Mauricio Uñate Castro"
@@ -1,5 +1,5 @@
1
1
  from abc import ABC, abstractmethod
2
- from orionis.test.suites.test_unit import UnitTest
2
+ from orionis.test.suite.test_unit import UnitTest
3
3
 
4
4
  class ITestSuite(ABC):
5
5
 
@@ -2,8 +2,8 @@ import re
2
2
  from os import walk
3
3
  from orionis.foundation.config.testing.entities.testing import Testing as Configuration
4
4
  from orionis.test.exceptions.test_config_exception import OrionisTestConfigException
5
- from orionis.test.suites.contracts.test_suite import ITestSuite
6
- from orionis.test.suites.test_unit import UnitTest
5
+ from orionis.test.facade.contracts.test_suite import ITestSuite
6
+ from orionis.test.suite.test_unit import UnitTest
7
7
 
8
8
  class TestSuite(ITestSuite):
9
9
  """
File without changes
File without changes
@@ -25,7 +25,7 @@ from orionis.test.exceptions.test_failure_exception import OrionisTestFailureExc
25
25
  from orionis.test.exceptions.test_persistence_error import OrionisTestPersistenceError
26
26
  from orionis.test.exceptions.test_value_error import OrionisTestValueError
27
27
  from orionis.test.logs.history import TestHistory
28
- from orionis.test.suites.contracts.test_unit import IUnitTest
28
+ from orionis.test.suite.contracts.test_unit import IUnitTest
29
29
  from orionis.test.view.render import TestingResultRender
30
30
 
31
31
  class UnitTest(IUnitTest):
orionis/unittesting.py CHANGED
@@ -21,8 +21,8 @@ from orionis.test.exceptions.test_runtime_error import OrionisTestRuntimeError
21
21
  from orionis.test.exceptions.test_value_error import OrionisTestValueError
22
22
 
23
23
  # Import configuration and suite classes for organizing tests
24
- from orionis.test.suites.test_suite import Configuration, TestSuite
25
- from orionis.test.suites.test_unit import UnitTest
24
+ from orionis.test.facade.test_suite import Configuration, TestSuite
25
+ from orionis.test.suite.test_unit import UnitTest
26
26
 
27
27
  # Import standard unittest components for compatibility
28
28
  from unittest import (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orionis
3
- Version: 0.303.0
3
+ Version: 0.304.0
4
4
  Summary: Orionis Framework – Elegant, Fast, and Powerful.
5
5
  Home-page: https://github.com/orionis-framework/framework
6
6
  Author: Raul Mauricio Uñate Castro
@@ -1,7 +1,7 @@
1
1
  orionis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  orionis/_application.py,sha256=dMjJ0nFcIIOBGb5zr-tHNzcgTOZ1vJ7iMdFAlqSQph0,9405
3
3
  orionis/application.py,sha256=Off5uOUj-IYvvR8DcqLUoBW_98opWa7MQrtqTr0SZGc,292
4
- orionis/unittesting.py,sha256=-g3iYvdsZeuPFocjxx-z9KpzYl7CN14LvMhprY-Rm8s,2102
4
+ orionis/unittesting.py,sha256=8Pz0h4qJO4CpSi35J7SiD-Z6QGpyd22M_ckmG2u3k-M,2101
5
5
  orionis/_container/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  orionis/_container/container.py,sha256=0AOqTNwpN_OtWbq9mBI99qfJ7LMkN71y0lP0JWKzut0,18289
7
7
  orionis/_container/container_integrity.py,sha256=vrqZrkJaP6ghbiAzr-nEul9f_lEWVa2nMUSugQXDfWk,10095
@@ -226,7 +226,7 @@ orionis/foundation/config/testing/entities/testing.py,sha256=AuhPU9O15Aeqs8jQVHW
226
226
  orionis/foundation/config/testing/enums/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
227
227
  orionis/foundation/config/testing/enums/test_mode.py,sha256=IbFpauu7J-iSAfmC8jDbmTEYl8eZr-AexL-lyOh8_74,337
228
228
  orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
229
- orionis/metadata/framework.py,sha256=kIoAY-9EIV8ft4wGLndURXqO2u7xS8JlYni6JmXISSY,4960
229
+ orionis/metadata/framework.py,sha256=j05Uu1wPibe4qopb29LLL4xurPPPXK6OgNyHWHzJWhQ,4960
230
230
  orionis/metadata/package.py,sha256=tqLfBRo-w1j_GN4xvzUNFyweWYFS-qhSgAEc-AmCH1M,5452
231
231
  orionis/patterns/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
232
232
  orionis/patterns/singleton/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -349,6 +349,10 @@ orionis/test/exceptions/test_failure_exception.py,sha256=IwmBRiDMAJ4Jk75-kfQh5mW
349
349
  orionis/test/exceptions/test_persistence_error.py,sha256=QJ2hdVAl6ngZEko0mSavU7nui8si7ZXR9PUXfU9cOY0,724
350
350
  orionis/test/exceptions/test_runtime_error.py,sha256=QahR7qHhvzR1I8CS-qWsxL_c0lSzWWE1rCiwf47YRQc,523
351
351
  orionis/test/exceptions/test_value_error.py,sha256=XZmxiZmmMoYoh8O4V97GLB-Ooh-IRVagKW9bWPvtoeo,533
352
+ orionis/test/facade/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
353
+ orionis/test/facade/test_suite.py,sha256=pxsxbok_MbPxnsfcfwwI32ltbnL9NByA_YETFRRP4QY,5018
354
+ orionis/test/facade/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
355
+ orionis/test/facade/contracts/test_suite.py,sha256=6BBEHFgIAMkOWiKo5k5l2SR1JCNCZ-iJEQUl7PQCiAc,794
352
356
  orionis/test/logs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
353
357
  orionis/test/logs/history.py,sha256=YqoAQSYyEo9PQSbB7TsHZy3SLKrwLsgyiKu7t2M7ztc,13149
354
358
  orionis/test/logs/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -357,15 +361,13 @@ orionis/test/output/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
357
361
  orionis/test/output/dumper.py,sha256=y-6du3n1IU2Cd2MFbMuEiLcpMqEOqENkuAXwMMhcsEI,4287
358
362
  orionis/test/output/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
363
  orionis/test/output/contracts/dumper.py,sha256=5OqGc4GEXCXX76sCX185giQMyKwwZvlOv3I7tTwV2fQ,1324
360
- orionis/test/suites/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
361
- orionis/test/suites/test_suite.py,sha256=_EJ1xgCOc5MDp3bDI9bAqjCdoMPl8-UITeLClBPgtoE,5019
362
- orionis/test/suites/test_unit.py,sha256=KFt2wnt1NBJnH8EZtET9hCVgIQYxVFBpG-jrvHlxXPI,57056
363
- orionis/test/suites/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
364
- orionis/test/suites/contracts/test_suite.py,sha256=LynUESckdIjgqG4VzyObS-lS47uDxIIVqD9Ja5oPj1M,795
365
- orionis/test/suites/contracts/test_unit.py,sha256=YWpzXhjD-f-IGncKkGyE9C7tYCFbt9mxZPw1O_d5HOE,7532
364
+ orionis/test/suite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
365
+ orionis/test/suite/test_unit.py,sha256=q6cEHnuCM8VlGP45_kiEWDmGn4RHSkBo7DbFpS1fKRI,57055
366
+ orionis/test/suite/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
367
+ orionis/test/suite/contracts/test_unit.py,sha256=YWpzXhjD-f-IGncKkGyE9C7tYCFbt9mxZPw1O_d5HOE,7532
366
368
  orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
367
369
  orionis/test/view/render.py,sha256=jXZkbITBknbUwm_mD8bcTiwLDvsFkrO9qrf0ZgPwqxc,4903
368
- orionis-0.303.0.dist-info/licenses/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
370
+ orionis-0.304.0.dist-info/licenses/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
369
371
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
370
372
  tests/example/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
371
373
  tests/example/test_example.py,sha256=kvWgiW3ADEZf718dGsMPtDh_rmOSx1ypEInKm7_6ZPQ,601
@@ -469,8 +471,8 @@ tests/support/inspection/fakes/fake_reflection_instance_with_abstract.py,sha256=
469
471
  tests/testing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
470
472
  tests/testing/test_testing_result.py,sha256=MrGK3ZimedL0b5Ydu69Dg8Iul017AzLTm7VPxpXlpfU,4315
471
473
  tests/testing/test_testing_unit.py,sha256=A6QkiOkP7GPC1Szh_GqsrV7GxjWjK8cIwFez6YfrzmM,7683
472
- orionis-0.303.0.dist-info/METADATA,sha256=3ZdPn1u-dHQHBN_Fbv38L2YTQXbYR2h3Wju1V7ur2rU,4772
473
- orionis-0.303.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
474
- orionis-0.303.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
475
- orionis-0.303.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
476
- orionis-0.303.0.dist-info/RECORD,,
474
+ orionis-0.304.0.dist-info/METADATA,sha256=7p2zsIXZrMLaG6tY0fpGfgGBvBBK7OF0yqktjaioAMs,4772
475
+ orionis-0.304.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
476
+ orionis-0.304.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
477
+ orionis-0.304.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
478
+ orionis-0.304.0.dist-info/RECORD,,
File without changes
File without changes
File without changes