Commit a912b237 authored by Iliya Manolov's avatar Iliya Manolov

Added tests for more modules.

parent b0342d64
......@@ -83,6 +83,16 @@ class Test(ERP5TypeTestCase):
import sklearn as _
import pandas as _
import matplotlib as _
import math as _
import sympy as _
import pylab as _
import openpyxl as _
import pickle as _
import statsmodels as _
import zipfile as _
import ftplib as _
import datetime as _
import h5py as _
def test_01_IngestionFromFluentd(self):
"""
......
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