Exemple #1
0
	def test_get(self):
		file = data.get_path('test.csv')
		content = dataTables.getCsv(file)
Exemple #2
0
	def test_filter(self):
		file = data.get_path('test.csv')
		content = dataTables.getCsv(file, {'isPrime': True})