Skip to content

Commit b21312a

Browse files
committed
refactor: big refactor of test system
1 parent 10139fb commit b21312a

22 files changed

+568
-502
lines changed

tests/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
"""
2+
PySATL Core
3+
===========
4+
5+
Minimal core for probabilistic distributions: types, strategies, fitters,
6+
and graph-based characteristic resolution.
7+
"""
8+
9+
__author__ = "Leonid Elkin, Mikhail, Mikhailov"
10+
__copyright__ = "Copyright (c) 2025 PySATL project"
11+
__license__ = "SPDX-License-Identifier: MIT"

tests/test_definitive_graph_and_strategy.py

Lines changed: 0 additions & 138 deletions
This file was deleted.

tests/test_family_and_distribution.py

Lines changed: 0 additions & 112 deletions
This file was deleted.

tests/test_log_likelihood.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)