Skip to content
Snippets Groups Projects
Commit 24f0c880 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

fixed some imports

parent 8a72f8af
No related branches found
No related tags found
No related merge requests found
from .common import *
from .test_core import *
from .flagger import *
from .dsl import *
from .funcs import *
from .test_evaluator import *
from .test_generic import *
from .test_baseflagger import *
from .test_dmpflagger import *
......@@ -2,3 +2,7 @@
# -*- coding: utf-8 -*-
from .test_break_detection import *
from .test_constants_detection import *
from .test_soil_moisture_tests import *
from .test_spike_detection import *
#! /usr/bin/env python
# -*- coding: utf-8 -*-
from .common import *
from .test_core import *
from .dsl.test_generic import *
from .dsl.test_evaluator import *
from .flagger.test_dmpflagger import *
import pytest
if __name__ == '__main__':
pytest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment