mloda-testing 0.2.4__py3-none-any.whl → 0.2.6__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.
@@ -0,0 +1,5 @@
1
+ """mloda testing utilities."""
2
+
3
+ from mloda.testing.base import FeatureGroupTestBase
4
+
5
+ __all__ = ["FeatureGroupTestBase"]
mloda/testing/base.py ADDED
@@ -0,0 +1,9 @@
1
+ """Base test utilities for mloda plugins."""
2
+
3
+ from typing import Any
4
+
5
+
6
+ class FeatureGroupTestBase:
7
+ """Base class for testing FeatureGroup implementations."""
8
+
9
+ feature_group_class: type[Any] | None = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mloda-testing
3
- Version: 0.2.4
3
+ Version: 0.2.6
4
4
  Summary: Test utilities for mloda plugin development
5
5
  Author-email: Tom Kaltofen <info@mloda.ai>
6
6
  License-Expression: Apache-2.0
@@ -0,0 +1,6 @@
1
+ mloda/testing/__init__.py,sha256=g5yeCpx-2j0iXYT5YLsvoiJYqcuaPEq2oO_6kMrNQ5w,120
2
+ mloda/testing/base.py,sha256=DKsIfhZljlJCbzI2hJknfVlh5D69nsm2UbyaknnRixM,212
3
+ mloda_testing-0.2.6.dist-info/METADATA,sha256=dGkshjX_z07zGJlUFb1ErWpTgun2hOmvELRgobRmPcQ,424
4
+ mloda_testing-0.2.6.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
5
+ mloda_testing-0.2.6.dist-info/top_level.txt,sha256=srwNjqzXpP1WfLRhbrVc9JLt8TdfsaQe-Th7cGcAvYY,6
6
+ mloda_testing-0.2.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (79.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -0,0 +1 @@
1
+ mloda
@@ -1,4 +0,0 @@
1
- mloda_testing-0.2.4.dist-info/METADATA,sha256=Fzc6i83gsZlFYjMjhkwnkgyas99x-0g_ZvHJgOp2axc,424
2
- mloda_testing-0.2.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
3
- mloda_testing-0.2.4.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
- mloda_testing-0.2.4.dist-info/RECORD,,
@@ -1 +0,0 @@
1
-