def test_filter(self): file = data.get_path('test.xlsx') content = dataTables.getExcel(file, {'_sheet': 'Sheet1', 'isPrime': True})
def test_get(self): file = data.get_path('test.xlsx') content = dataTables.getExcel(file)