orionis 0.599.0__py3-none-any.whl → 0.602.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 +3 -0
- orionis/test/output/printer.py +6 -6
- {orionis-0.599.0.dist-info → orionis-0.602.0.dist-info}/METADATA +1 -1
- {orionis-0.599.0.dist-info → orionis-0.602.0.dist-info}/RECORD +8 -8
- {orionis-0.599.0.dist-info → orionis-0.602.0.dist-info}/WHEEL +0 -0
- {orionis-0.599.0.dist-info → orionis-0.602.0.dist-info}/licenses/LICENCE +0 -0
- {orionis-0.599.0.dist-info → orionis-0.602.0.dist-info}/top_level.txt +0 -0
orionis/metadata/framework.py
CHANGED
orionis/test/core/unit_test.py
CHANGED
@@ -682,6 +682,9 @@ class UnitTest(IUnitTest):
|
|
682
682
|
# Update the progress bar after processing each module
|
683
683
|
progress.advance(task, advance=1)
|
684
684
|
|
685
|
+
# Small delay for better progress bar visibility
|
686
|
+
time.sleep(0.01)
|
687
|
+
|
685
688
|
# Add debug tests first
|
686
689
|
self.__suite.addTests(debug_tests)
|
687
690
|
|
orionis/test/output/printer.py
CHANGED
@@ -271,12 +271,12 @@ class TestPrinter(ITestPrinter):
|
|
271
271
|
|
272
272
|
# Create and return a Rich Progress bar instance with custom columns and settings
|
273
273
|
return Progress(
|
274
|
-
TextColumn("[cyan]{task.description}"),
|
275
|
-
BarColumn(bar_width=self.__panel_width - 30),
|
276
|
-
TaskProgressColumn(),
|
277
|
-
console=self.__rich_console,
|
278
|
-
transient=True,
|
279
|
-
disable=disable
|
274
|
+
TextColumn("[cyan]{task.description}"), # Task description in cyan
|
275
|
+
BarColumn(bar_width=self.__panel_width - 30), # Set custom bar width (adjust -30 as needed)
|
276
|
+
TaskProgressColumn(), # Percentage completion indicator
|
277
|
+
console=self.__rich_console, # Output to the configured Rich console
|
278
|
+
transient=True, # Remove the bar after completion
|
279
|
+
disable=disable # Disable if printing is off
|
280
280
|
)
|
281
281
|
|
282
282
|
def finishMessage(
|
@@ -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=uhkuhGfI9sA4EEImlg2wuKUouOPbSLWvmeLjRnl9Xhc,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=f_wZsa9S5fa1NkcHRkIzwFzbAgy5vUbFFIBUZ3UR_q8,73062
|
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
|
@@ -385,7 +385,7 @@ orionis/test/exceptions/runtime.py,sha256=h9gQ0pS8tJTmuXNG-GHky8tTqpdz-cNqkntOOl
|
|
385
385
|
orionis/test/exceptions/value.py,sha256=CoqYOkViU_RaKCMNpB82tgEsR3XhI1pw6YQ8sH8CJh4,588
|
386
386
|
orionis/test/output/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
387
387
|
orionis/test/output/dumper.py,sha256=_FPetJq96fiWJhN29gMG8Rt6MEEgiyFHC5k95ACNtKY,5906
|
388
|
-
orionis/test/output/printer.py,sha256=
|
388
|
+
orionis/test/output/printer.py,sha256=3nevE9nyhMn0n8UpE-Nwsy4d1l3GE0wnBf4fAGPQxf4,29623
|
389
389
|
orionis/test/records/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
390
390
|
orionis/test/records/logs.py,sha256=YeEaWVzgts8sPtz2_QadGHmgfKahE0OptpF6upu4zq0,22081
|
391
391
|
orionis/test/validators/__init__.py,sha256=mhzMkpLPTyI8GMXYevIibRf1PnRDvSJLLDwjGhnvxes,875
|
@@ -405,8 +405,8 @@ orionis/test/validators/workers.py,sha256=rWcdRexINNEmGaO7mnc1MKUxkHKxrTsVuHgbnI
|
|
405
405
|
orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
406
406
|
orionis/test/view/render.py,sha256=R55ykeRs0wDKcdTf4O1YZ8GDHTFmJ0IK6VQkbJkYUvo,5571
|
407
407
|
orionis/test/view/report.stub,sha256=QLqqCdRoENr3ECiritRB3DO_MOjRQvgBh5jxZ3Hs1r0,28189
|
408
|
-
orionis-0.
|
409
|
-
orionis-0.
|
410
|
-
orionis-0.
|
411
|
-
orionis-0.
|
412
|
-
orionis-0.
|
408
|
+
orionis-0.602.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
|
409
|
+
orionis-0.602.0.dist-info/METADATA,sha256=pVbMvNMZ5GE5gJe71PvI_AcQ4PGxFvAwwUKzikxyVOY,4801
|
410
|
+
orionis-0.602.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
411
|
+
orionis-0.602.0.dist-info/top_level.txt,sha256=lyXi6jArpqJ-0zzNqd_uwsH-z9TCEBVBL-pC3Ekv7hU,8
|
412
|
+
orionis-0.602.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|