mirror of
https://github.com/gsi-upm/senpy
synced 2025-11-04 17:28:16 +00:00
WIP: working on a full refactor for v2.0
This is still not functional, because it involves a LOT of changes to the basic structure of the project. Some of the main changes can be seen in the CHANGELOG.md file, if you're interested, but it boils down to simplifying the logic of plugins (no more activation/deactivation shenanigans), more robust typing and use of schemas (pydantic) to avoid inconsistencies and user errors.
This commit is contained in:
@@ -18,7 +18,8 @@ from unittest import TestCase
|
||||
|
||||
from senpy.testing import patch_requests
|
||||
from senpy.client import Client
|
||||
from senpy.models import Results, Plugins, Error
|
||||
from senpy.models import Results, Plugins
|
||||
from senpy.errors import Error
|
||||
from senpy.plugins import AnalysisPlugin
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user