Move reports fixture data to dir at project root
This commit is contained in:
parent
29644a495b
commit
c14ad9fdd3
@ -1,13 +1,10 @@
|
|||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
import json
|
import json
|
||||||
import os
|
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
|
|
||||||
|
|
||||||
def load_fixture_data():
|
def load_fixture_data():
|
||||||
with open(
|
with open("fixtures/fixture_spend_data.json") as json_file:
|
||||||
os.path.join(os.path.dirname(__file__), "fixture_spend_data.json"), "r"
|
|
||||||
) as json_file:
|
|
||||||
return json.load(json_file)
|
return json.load(json_file)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user