1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-23 18:12:20 +00:00

Change data loading logic. Bugs senpy.testing

This commit is contained in:
J. Fernando Sánchez
2018-06-15 16:47:48 +02:00
parent 7a8abf1823
commit 6832a2816d
4 changed files with 18 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
from unittest import TestCase
from senpy.test import patch_requests
from senpy.testing import patch_requests
from senpy.client import Client
from senpy.models import Results, Plugins, Error
from senpy.plugins import AnalysisPlugin

View File

@@ -2,7 +2,7 @@ from unittest import TestCase
import requests
import json
from senpy.test import patch_requests
from senpy.testing import patch_requests
from senpy.models import Results