orionis 0.230.0__py3-none-any.whl → 0.231.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/framework.py CHANGED
@@ -5,7 +5,7 @@
5
5
  NAME = "orionis"
6
6
 
7
7
  # Current version of the framework
8
- VERSION = "0.230.0"
8
+ VERSION = "0.231.0"
9
9
 
10
10
  # Full name of the author or maintainer of the project
11
11
  AUTHOR = "Raul Mauricio Uñate Castro"
@@ -17,7 +17,7 @@ class IUnitTest:
17
17
  Timestamp when the test execution started.
18
18
  """
19
19
 
20
- def addFolder(
20
+ def discoverTestsInFolder(
21
21
  self,
22
22
  folder_path: str,
23
23
  base_path: str = "tests",
@@ -75,7 +75,7 @@ class TestSuite(ITestSuite):
75
75
 
76
76
  # Add discovered folders to the test suite
77
77
  for folder in discovered_folders:
78
- tests.addFolder(
78
+ tests.discoverTestsInFolder(
79
79
  base_path=base_path,
80
80
  folder_path=folder,
81
81
  pattern=pattern
@@ -42,7 +42,7 @@ class UnitTest(IUnitTest):
42
42
  self.test_results: List[TestResult] = []
43
43
  self.start_time: float = 0.0
44
44
 
45
- def addFolder(
45
+ def discoverTestsInFolder(
46
46
  self,
47
47
  folder_path: str,
48
48
  base_path: str = "tests",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: orionis
3
- Version: 0.230.0
3
+ Version: 0.231.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,6 +1,6 @@
1
1
  orionis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  orionis/console.py,sha256=4gYWxf0fWYgJ4RKwARvnTPh06FL3GJ6SAZ7R2NzOICw,1342
3
- orionis/framework.py,sha256=bi6Li6kcFmefOar93w0po4ec5BGmPG60Ll_AaFeT00c,1458
3
+ orionis/framework.py,sha256=N03ehWIO3Lpa18h6NyDaoi8pIFeyLEn9PPlGQObIxxU,1458
4
4
  orionis/installer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  orionis/installer/manager.py,sha256=Li4TVziRXWfum02xNG4JHwbnLk-u8xzHjdqKz-D894k,2755
6
6
  orionis/installer/output.py,sha256=7O9qa2xtXMB_4ZvVi-Klneom9YazwygAd_4uYAoxhbU,8548
@@ -200,12 +200,12 @@ orionis/luminate/test/test_exception.py,sha256=21PILTXnMuL5-wT3HGKjIklt8VeIYDcQD
200
200
  orionis/luminate/test/test_result.py,sha256=Px2_M70r_y7BntRITk_h0IPTbSTW5XhDyklMKHm3JJI,999
201
201
  orionis/luminate/test/test_status.py,sha256=vNKRmp1lud_ZGTayf3A8wO_0vEYdFABy_oMw-RcEc1c,673
202
202
  orionis/luminate/test/test_std_out.py,sha256=rPwXCf3qvMzkZHRCu03KvLCfD4K7cPOB02BZNpXtaiU,2851
203
- orionis/luminate/test/test_suite.py,sha256=752VbEJHCSe0ztDrBmJlU8FpUg96W4MHnQbHPKpOGqc,3270
204
- orionis/luminate/test/test_unit.py,sha256=ZTsGlFJ-vwc77sfb7kLDs_sAwJL4L1YP8R9nFUWlgZY,12146
203
+ orionis/luminate/test/test_suite.py,sha256=olhQfsX1Q_koPetFxZ8gPSz_rk-El37X8H-sI_RXaBg,3282
204
+ orionis/luminate/test/test_unit.py,sha256=YZfNNQy8jN5FRwa0qlNE3LW88nAxPvzGkh5Jbam6oaQ,12158
205
205
  orionis/luminate/test/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
206
206
  orionis/luminate/test/contracts/test_std_out.py,sha256=ryvMotj-rpVKOsyGqW0B0IEHuF8DdQj1Rn0K8xiyBOE,489
207
207
  orionis/luminate/test/contracts/test_suite.py,sha256=TOIys-Z1HllUJe-qMY9mOfZGiZPXlKRuAZtJ-B2iDz8,1375
208
- orionis/luminate/test/contracts/test_unit.py,sha256=3euExuq7QgkJljnENxDyZW-okrw9S0apLnhf93o0Vqg,2612
208
+ orionis/luminate/test/contracts/test_unit.py,sha256=CD4FHslmWt1yPbfBhZBsG1QPzGmwKQPkL5cFvJgeilo,2624
209
209
  orionis/static/ascii/icon.ascii,sha256=IgrlVjcYxcCrr0cJuJkOnEz0aEdAQBTyLzO5ainKsWc,398
210
210
  orionis/static/ascii/info.ascii,sha256=HF_o2eXaiw5iqcOhHfnPByn5GJ_O2eBwSK3IpTfYOwY,457
211
211
  orionis/static/bg/galaxy.jpg,sha256=_FuPghOe9LBrIWv1eKZ9fiZR72sEz5obvXGDnD7MzTc,172244
@@ -249,9 +249,9 @@ tests/support/patterns/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
249
249
  tests/support/patterns/test_singleton.py,sha256=U5uwpgGcP7-fIazsnFLwg30mmc24S62udhVIHuL-scY,634
250
250
  tests/support/standard/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
251
251
  tests/support/standard/test_std.py,sha256=bJ5LV_OKEEZa_Bk3PTk9Kapk6qECLzcKf0hfR_x2QqM,2042
252
- orionis-0.230.0.dist-info/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
253
- orionis-0.230.0.dist-info/METADATA,sha256=jQC8g9qbVXlE1cvFGv96tT8o_55xjFZz12DNC2nXcSI,3003
254
- orionis-0.230.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
255
- orionis-0.230.0.dist-info/entry_points.txt,sha256=a_e0faeSqyUCVZd0MqljQ2oaHHdlsz6g9sU_bMqi5zQ,49
256
- orionis-0.230.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
257
- orionis-0.230.0.dist-info/RECORD,,
252
+ orionis-0.231.0.dist-info/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
253
+ orionis-0.231.0.dist-info/METADATA,sha256=2pqpyP5KUXDaYxwy7LDaeiXSoiLgz63YsUh3SujLclk,3003
254
+ orionis-0.231.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
255
+ orionis-0.231.0.dist-info/entry_points.txt,sha256=a_e0faeSqyUCVZd0MqljQ2oaHHdlsz6g9sU_bMqi5zQ,49
256
+ orionis-0.231.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
257
+ orionis-0.231.0.dist-info/RECORD,,