orionis 0.595.0__py3-none-any.whl → 0.597.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.
- orionis/metadata/framework.py +1 -1
- orionis/test/core/unit_test.py +1 -1
- orionis/test/output/dumper.py +1 -1
- orionis/test/records/logs.py +2 -2
- orionis/test/validators/__init__.py +0 -2
- {orionis-0.595.0.dist-info → orionis-0.597.0.dist-info}/METADATA +1 -1
- {orionis-0.595.0.dist-info → orionis-0.597.0.dist-info}/RECORD +10 -11
- orionis/test/validators/print_result.py +0 -32
- {orionis-0.595.0.dist-info → orionis-0.597.0.dist-info}/WHEEL +0 -0
- {orionis-0.595.0.dist-info → orionis-0.597.0.dist-info}/licenses/LICENCE +0 -0
- {orionis-0.595.0.dist-info → orionis-0.597.0.dist-info}/top_level.txt +0 -0
orionis/metadata/framework.py
CHANGED
orionis/test/core/unit_test.py
CHANGED
orionis/test/output/dumper.py
CHANGED
orionis/test/records/logs.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
from pathlib import Path
|
2
|
-
from typing import Dict, List, Optional, Tuple
|
3
1
|
import json
|
4
2
|
import sqlite3
|
3
|
+
from pathlib import Path
|
4
|
+
from typing import Dict, List, Optional, Tuple
|
5
5
|
from orionis.test.contracts.logs import ITestLogs
|
6
6
|
from orionis.test.exceptions import OrionisTestPersistenceError, OrionisTestValueError
|
7
7
|
|
@@ -7,7 +7,6 @@ from .name_pattern import ValidNamePattern
|
|
7
7
|
from .pattern import ValidPattern
|
8
8
|
from .persistent_driver import ValidPersistentDriver
|
9
9
|
from .persistent import ValidPersistent
|
10
|
-
from .print_result import ValidPrintResult
|
11
10
|
from .throw_exception import ValidThrowException
|
12
11
|
from .verbosity import ValidVerbosity
|
13
12
|
from .web_report import ValidWebReport
|
@@ -23,7 +22,6 @@ __all__ = [
|
|
23
22
|
'ValidPattern',
|
24
23
|
'ValidPersistentDriver',
|
25
24
|
'ValidPersistent',
|
26
|
-
'ValidPrintResult',
|
27
25
|
'ValidThrowException',
|
28
26
|
'ValidVerbosity',
|
29
27
|
'ValidWebReport',
|
@@ -217,7 +217,7 @@ orionis/foundation/providers/scheduler_provider.py,sha256=irwkjMiq-HpsbJxAOnhjji
|
|
217
217
|
orionis/foundation/providers/testing_provider.py,sha256=2akFnabtH_cV_7z_2cCL7u8cPCGvCJAmlhMcnlCrc4c,3742
|
218
218
|
orionis/foundation/providers/workers_provider.py,sha256=P_YtJuPNrdJAQJkAqI11KI0c6GSB9NqIuuCKpRytE0g,3937
|
219
219
|
orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
220
|
-
orionis/metadata/framework.py,sha256=
|
220
|
+
orionis/metadata/framework.py,sha256=AoPCniZAUFwDqcr4WCUtHksq5AMRqorODFS-77_F4Uc,4109
|
221
221
|
orionis/metadata/package.py,sha256=k7Yriyp5aUcR-iR8SK2ec_lf0_Cyc-C7JczgXa-I67w,16039
|
222
222
|
orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
223
223
|
orionis/services/asynchrony/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -372,7 +372,7 @@ orionis/test/contracts/render.py,sha256=wpDQzUtT0r8KFZ7zPcxWHXQ1EVNKxzA_rZ6ZKUcZ
|
|
372
372
|
orionis/test/contracts/test_result.py,sha256=SNXJ2UerkweYn7uCT0i0HmMGP0XBrL_9KJs-0ZvIYU4,4002
|
373
373
|
orionis/test/contracts/unit_test.py,sha256=EyidHoOPJItwgkBWGYY1TymbNklyn2EUXnghVvW4htc,4652
|
374
374
|
orionis/test/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
375
|
-
orionis/test/core/unit_test.py,sha256=
|
375
|
+
orionis/test/core/unit_test.py,sha256=3fj_u1fJHhnitfLfcAL3-KeEc_Zt-mQNX9Np4sPxrbY,72952
|
376
376
|
orionis/test/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
377
377
|
orionis/test/entities/result.py,sha256=eZ6UIqGmFW8FZ9x8PB_MZbLAc-SAuUyi4FUcMYIZzGo,4777
|
378
378
|
orionis/test/enums/__init__.py,sha256=M3imAgMvKFTKg55FbtVoY3zxj7QRY9AfaUWxiSZVvn4,66
|
@@ -384,11 +384,11 @@ orionis/test/exceptions/persistence.py,sha256=8Oakaey35DpByLoGnfbwHxFKntxgWaGl49
|
|
384
384
|
orionis/test/exceptions/runtime.py,sha256=h9gQ0pS8tJTmuXNG-GHky8tTqpdz-cNqkntOOlRXZJg,612
|
385
385
|
orionis/test/exceptions/value.py,sha256=CoqYOkViU_RaKCMNpB82tgEsR3XhI1pw6YQ8sH8CJh4,588
|
386
386
|
orionis/test/output/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
387
|
-
orionis/test/output/dumper.py,sha256=
|
387
|
+
orionis/test/output/dumper.py,sha256=_FPetJq96fiWJhN29gMG8Rt6MEEgiyFHC5k95ACNtKY,5906
|
388
388
|
orionis/test/output/printer.py,sha256=M33HhDQBRxB-C-myOqPFSkTvfLyDCc424uVqJg40NYc,29575
|
389
389
|
orionis/test/records/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
390
|
-
orionis/test/records/logs.py,sha256=
|
391
|
-
orionis/test/validators/__init__.py,sha256=
|
390
|
+
orionis/test/records/logs.py,sha256=YeEaWVzgts8sPtz2_QadGHmgfKahE0OptpF6upu4zq0,22081
|
391
|
+
orionis/test/validators/__init__.py,sha256=mhzMkpLPTyI8GMXYevIibRf1PnRDvSJLLDwjGhnvxes,875
|
392
392
|
orionis/test/validators/base_path.py,sha256=wAn5_HG0vQ5GH7wDKriO33Ijl1L1F3882BH67oraJnQ,1477
|
393
393
|
orionis/test/validators/execution_mode.py,sha256=YnrQlnIaoPtM0xjW7jJ2170m1aHwAPPIZBjSVe9g2QM,1693
|
394
394
|
orionis/test/validators/fail_fast.py,sha256=Z54GSQ2KxYeLy2gZwo51sYYMXH-6mj1w09okhI1MWOQ,850
|
@@ -398,7 +398,6 @@ orionis/test/validators/name_pattern.py,sha256=I0DRZ7Nhtlzw33urmlr3EoGH6eJ8TdeFn
|
|
398
398
|
orionis/test/validators/pattern.py,sha256=NYc_qsjd0Y1J0tmioW7nmlBVowbzkhGA17e4AdxfcA8,881
|
399
399
|
orionis/test/validators/persistent.py,sha256=8y6rkseAG4yobbw9AFvVjKlMl2HL_w5i6rH9LNNYZAU,851
|
400
400
|
orionis/test/validators/persistent_driver.py,sha256=9t832vIZyBAdIyKn-nZ-_nKs0Oxf2uvmR7K9ncWdRpw,1545
|
401
|
-
orionis/test/validators/print_result.py,sha256=heUVid49clGfk9-glzVX5NGz69bKqMr0yx2dJnG9rD4,902
|
402
401
|
orionis/test/validators/throw_exception.py,sha256=PLtM94BArQf11VJhxfBHJSHARZSia-Q8ePixctU2JwQ,893
|
403
402
|
orionis/test/validators/verbosity.py,sha256=rADzM82cPcJ2_6crszpobJuwb5WihWNQf6i4M_yrCpw,1785
|
404
403
|
orionis/test/validators/web_report.py,sha256=n9BfzOZz6aEiNTypXcwuWbFRG0OdHNSmCNusHqc02R8,853
|
@@ -406,8 +405,8 @@ orionis/test/validators/workers.py,sha256=rWcdRexINNEmGaO7mnc1MKUxkHKxrTsVuHgbnI
|
|
406
405
|
orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
407
406
|
orionis/test/view/render.py,sha256=R55ykeRs0wDKcdTf4O1YZ8GDHTFmJ0IK6VQkbJkYUvo,5571
|
408
407
|
orionis/test/view/report.stub,sha256=QLqqCdRoENr3ECiritRB3DO_MOjRQvgBh5jxZ3Hs1r0,28189
|
409
|
-
orionis-0.
|
410
|
-
orionis-0.
|
411
|
-
orionis-0.
|
412
|
-
orionis-0.
|
413
|
-
orionis-0.
|
408
|
+
orionis-0.597.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
|
409
|
+
orionis-0.597.0.dist-info/METADATA,sha256=uIq62AXr4dxOpqxaHgXGlPjkFzzOGpq2dLl8LfI6yLk,4801
|
410
|
+
orionis-0.597.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
411
|
+
orionis-0.597.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
|
412
|
+
orionis-0.597.0.dist-info/RECORD,,
|
@@ -1,32 +0,0 @@
|
|
1
|
-
from orionis.test.exceptions import OrionisTestValueError
|
2
|
-
|
3
|
-
class __ValidPrintResult:
|
4
|
-
|
5
|
-
def __call__(self, print_result) -> bool:
|
6
|
-
"""
|
7
|
-
Validates that the `print_result` parameter is a boolean.
|
8
|
-
|
9
|
-
Parameters
|
10
|
-
----------
|
11
|
-
print_result : Any
|
12
|
-
The value to validate as a boolean.
|
13
|
-
|
14
|
-
Returns
|
15
|
-
-------
|
16
|
-
bool
|
17
|
-
The validated boolean value of `print_result`.
|
18
|
-
|
19
|
-
Raises
|
20
|
-
------
|
21
|
-
OrionisTestValueError
|
22
|
-
If `print_result` is not of type `bool`.
|
23
|
-
"""
|
24
|
-
if not isinstance(print_result, bool):
|
25
|
-
raise OrionisTestValueError(
|
26
|
-
f"Invalid print_result: Expected a boolean, got '{print_result}' ({type(print_result).__name__})."
|
27
|
-
)
|
28
|
-
|
29
|
-
return print_result
|
30
|
-
|
31
|
-
# Exported singleton instance
|
32
|
-
ValidPrintResult = __ValidPrintResult()
|
File without changes
|
File without changes
|
File without changes
|