Пример #1
0
	def test_get(self):
		file = data.get_path('test.json')
		content = objectHierarchies.getJson(file)
Пример #2
0
	def test_filter(self):
		file = data.get_path('test.json')
		content = objectHierarchies.getJson(file, {'isPrime': True})