Coverage for moptipy / tests / __init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-24 08:49 +0000
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-24 08:49 +0000
1"""
2Code for testing of implementations of different parts of the moptipy API.
4In this package, we provide code that can be used to test different parts of
5the moptipy API and implementation. These are not unit tests, but rather code
6that can be used to build unit tests. If you want to use moptipy in your code,
7then likely you will implement own algorithms and operators. If you want to
8test whether they comply with the moptipy specifications, then the functions
9here will be helpful.
10"""