Commit 67dc5f26 authored by Ivan Tyagov's avatar Ivan Tyagov

These assertions belong to

nexedi/erp5!339
parent 8035615a
......@@ -52,16 +52,6 @@ class Test(ERP5TypeTestCase):
def getTitle(self):
return "Wendelin Test"
def test_0_import(self):
"""
Test we can import certain libraries but still failure to do so should be a
a test step failure rather than global test failure.
"""
import scipy as _
import sklearn as _
import pandas as _
import matplotlib as _
def test_01_IngestionFromFluentd(self):
"""
Test ingestion using a POST Request containing a msgpack encoded message
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment