orionis 0.208.0__py3-none-any.whl → 0.209.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 +1 -1
- orionis/luminate/test/test_case.py +5 -0
- orionis/luminate/test/{test_output.py → test_std_out.py} +2 -2
- {orionis-0.208.0.dist-info → orionis-0.209.0.dist-info}/METADATA +1 -1
- {orionis-0.208.0.dist-info → orionis-0.209.0.dist-info}/RECORD +13 -12
- tests/example/test_example.py +3 -2
- tests/support/inspection/test_reflection_abstract.py +2 -3
- tests/support/inspection/test_reflection_instance.py +2 -3
- tests/support/inspection/test_reflection_instance_with_abstract.py +2 -3
- {orionis-0.208.0.dist-info → orionis-0.209.0.dist-info}/LICENCE +0 -0
- {orionis-0.208.0.dist-info → orionis-0.209.0.dist-info}/WHEEL +0 -0
- {orionis-0.208.0.dist-info → orionis-0.209.0.dist-info}/entry_points.txt +0 -0
- {orionis-0.208.0.dist-info → orionis-0.209.0.dist-info}/top_level.txt +0 -0
orionis/framework.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
+
import os
|
1
2
|
import sys
|
2
3
|
from orionis.luminate.console.output.console import Console
|
3
|
-
import os
|
4
4
|
|
5
|
-
class
|
5
|
+
class TestStdOut:
|
6
6
|
"""
|
7
7
|
A utility class for printing debug information during testing. This class temporarily
|
8
8
|
redirects the standard output and error streams to their original states to ensure
|
@@ -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=
|
3
|
+
orionis/framework.py,sha256=U51WcK-STfeqKJkXH8t51BUJpV_Zg8o-exE-7tgVj8k,1469
|
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
|
@@ -179,10 +179,11 @@ orionis/luminate/support/inspection/reflexion_instance_with_abstract.py,sha256=P
|
|
179
179
|
orionis/luminate/support/inspection/reflexion_module.py,sha256=OgBXpqNJHkmq-gX4rqFStv-WVNe9R38RsgUgfHpak8k,405
|
180
180
|
orionis/luminate/support/inspection/reflexion_module_with_classname.py,sha256=YZHZI0XUZkSWnq9wrGxrIXtI64nY9yVSZoMe7PZXq8Y,620
|
181
181
|
orionis/luminate/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
182
|
+
orionis/luminate/test/test_case.py,sha256=jFhNcUZWuDTDFpe_nYJTqXQChA4z5kxu0I2YCONGSVk,134
|
182
183
|
orionis/luminate/test/test_exception.py,sha256=21PILTXnMuL5-wT3HGKjIklt8VeIYDcQDN346i-BbJw,1336
|
183
|
-
orionis/luminate/test/test_output.py,sha256=7QvkxbKOp56GcznjaJSX9I072gkut1NvuaexqO3v8BM,2768
|
184
184
|
orionis/luminate/test/test_result.py,sha256=Px2_M70r_y7BntRITk_h0IPTbSTW5XhDyklMKHm3JJI,999
|
185
185
|
orionis/luminate/test/test_status.py,sha256=vNKRmp1lud_ZGTayf3A8wO_0vEYdFABy_oMw-RcEc1c,673
|
186
|
+
orionis/luminate/test/test_std_out.py,sha256=annYLGDkskRpMuLwTAswwrgrYmwsXIyKE02M_ePv-qc,2765
|
186
187
|
orionis/luminate/test/tests.py,sha256=KZRFHB6C8S2DN6JHqJ2sIuSNAUMh9JW1Yn-XGjXjjTw,2218
|
187
188
|
orionis/luminate/test/unit_test.py,sha256=HtPDWzFXpgFwWYej8z2BArU4k5lItH57K_E-l21MBWo,12070
|
188
189
|
orionis/static/ascii/icon.ascii,sha256=IgrlVjcYxcCrr0cJuJkOnEz0aEdAQBTyLzO5ainKsWc,398
|
@@ -196,19 +197,19 @@ orionis/static/logos/OrionisFramework2.png,sha256=Z_-yBHNSo33QeSTyi-8GfiFozdRqUo
|
|
196
197
|
orionis/static/logos/OrionisFramework3.png,sha256=BPG9ZB58vDALavI9OMmr8Ym0DQa44s5NL_3M4M6dIYs,193734
|
197
198
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
198
199
|
tests/example/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
199
|
-
tests/example/test_example.py,sha256=
|
200
|
+
tests/example/test_example.py,sha256=8EYjl1b-J_479dmJdQoAcKCKr7JUydW7EmPQpeiF13Y,586
|
200
201
|
tests/support/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
201
202
|
tests/support/inspection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
202
|
-
tests/support/inspection/test_reflection_abstract.py,sha256=
|
203
|
-
tests/support/inspection/test_reflection_instance.py,sha256=
|
204
|
-
tests/support/inspection/test_reflection_instance_with_abstract.py,sha256=
|
203
|
+
tests/support/inspection/test_reflection_abstract.py,sha256=K78avxUlI_dYKofSvVcuaVLAz-CivWSe3RkhrO-IRcA,9185
|
204
|
+
tests/support/inspection/test_reflection_instance.py,sha256=qwYu_y3wiZzhegrRo97r1bWxW2YGxDdnnU-Hq4lZtAE,6930
|
205
|
+
tests/support/inspection/test_reflection_instance_with_abstract.py,sha256=RNLf9RfRtM2nTY6Yfc8rPibSEVZkl8Pw2w962vsragk,4048
|
205
206
|
tests/support/inspection/fakes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
206
207
|
tests/support/inspection/fakes/fake_reflection_abstract.py,sha256=7qtz44brfFzE4oNYi9kIsvdWP79nP2FnzSz-0bU__pg,5045
|
207
208
|
tests/support/inspection/fakes/fake_reflection_instance.py,sha256=G16rZdJWC3L8SGEQkmwktvw4n7IAusIIx9Tm-ZFLcg4,1419
|
208
209
|
tests/support/inspection/fakes/fake_reflection_instance_with_abstract.py,sha256=SfL8FuFmr650RlzXTrP4tGMfsPVZLhOxVnBXu_g1POg,1471
|
209
|
-
orionis-0.
|
210
|
-
orionis-0.
|
211
|
-
orionis-0.
|
212
|
-
orionis-0.
|
213
|
-
orionis-0.
|
214
|
-
orionis-0.
|
210
|
+
orionis-0.209.0.dist-info/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
|
211
|
+
orionis-0.209.0.dist-info/METADATA,sha256=C6g0E0x63bfx_67XUWursBiX083LFbgx4gehabf_lR0,3003
|
212
|
+
orionis-0.209.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
213
|
+
orionis-0.209.0.dist-info/entry_points.txt,sha256=a_e0faeSqyUCVZd0MqljQ2oaHHdlsz6g9sU_bMqi5zQ,49
|
214
|
+
orionis-0.209.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
|
215
|
+
orionis-0.209.0.dist-info/RECORD,,
|
tests/example/test_example.py
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
from abc import ABC
|
2
|
-
import unittest
|
3
2
|
from orionis.luminate.support.inspection.reflection import Reflection
|
4
|
-
from orionis.luminate.test.
|
3
|
+
from orionis.luminate.test.test_case import TestCase
|
5
4
|
from tests.support.inspection.fakes.fake_reflection_abstract import FakeAbstractClass
|
6
5
|
|
7
|
-
class TestReflexionAbstract(
|
6
|
+
class TestReflexionAbstract(TestCase):
|
8
7
|
"""Test cases for ReflexionAbstract using FakeAbstractClass.
|
9
8
|
|
10
9
|
This test suite verifies all functionality of the ReflexionAbstract class
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import unittest
|
2
1
|
from orionis.luminate.support.inspection.reflection import Reflection
|
3
2
|
from orionis.luminate.support.inspection.reflexion_instance import ReflexionInstance
|
4
|
-
from orionis.luminate.test.
|
3
|
+
from orionis.luminate.test.test_case import TestCase
|
5
4
|
from tests.support.inspection.fakes.fake_reflection_instance import BaseFakeClass, FakeClass
|
6
5
|
|
7
|
-
class TestReflection(
|
6
|
+
class TestReflection(TestCase):
|
8
7
|
"""
|
9
8
|
Unit tests for the Reflection class.
|
10
9
|
"""
|
@@ -1,9 +1,8 @@
|
|
1
|
-
import unittest
|
2
1
|
from orionis.luminate.support.inspection.reflexion_instance_with_abstract import ReflexionInstanceWithAbstract
|
3
|
-
from orionis.luminate.test.
|
2
|
+
from orionis.luminate.test.test_case import TestCase
|
4
3
|
from tests.support.inspection.fakes.fake_reflection_instance_with_abstract import FakeDataProcessor, IDataProcessor
|
5
4
|
|
6
|
-
class TestReflexionWithFakes(
|
5
|
+
class TestReflexionWithFakes(TestCase):
|
7
6
|
|
8
7
|
def testReflexionInstanceWithAbstractGetImplementationAnalysis(self):
|
9
8
|
"""Test reflexion con IDataProcessor y FakeDataProcessor."""
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|