Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Apr 17, 2024
1 parent defb976 commit 23b3d7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions evdspy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ def get_api_key():
return os.getenv("EVDS_API_KEY")


if not get_api_key():
raise Exception("No API key provided from environment variables")
assert isinstance(get_api_key(), str)

# if not get_api_key():
# raise Exception("No API key provided from environment variables")


def test1():
setup()
save(get_api_key())


# def test2():
# df = get_series("TP.ODEMGZS.BDTTOPLAM",
# frequency="monthly",
Expand Down

0 comments on commit 23b3d7d

Please sign in to comment.