Skip to content

Commit

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


assert isinstance(get_api_key(), str)
assert isinstance(get_api_key(), str) and len(get_api_key()) == 10


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


def test2():
df = get_series("TP.ODEMGZS.BDTTOPLAM",
frequency="monthly",
Expand All @@ -29,6 +30,5 @@ def test2():


if __name__ == "__main__":

test1()
test2()

0 comments on commit 59766af

Please sign in to comment.