You've already forked akaunting-py
Basic API Call complete with exceptions/tests
This commit is contained in:
7
tests/helpers.py
Normal file
7
tests/helpers.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import json
|
||||
|
||||
def RetrieveJSONFromFile(filename):
|
||||
with open(filename) as f:
|
||||
data = json.load(f)
|
||||
|
||||
return data
|
||||
Reference in New Issue
Block a user