Skip to content

Commit 23bf2a9

Browse files
committed
add pydoc
1 parent 7130b11 commit 23bf2a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_sync.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ def set_test_env_var():
7878

7979
@pytest.fixture
8080
async def oracle():
81+
"""
82+
Downloads the latest version of the oracle from the pyth-client repo
83+
"""
8184
api_url = "https://api.github.com/repos/pyth-network/pyth-client/releases/latest"
8285
filename = "pyth_oracle_pythnet.so"
8386
outfile = "tests/pyth_oracle.so"

0 commit comments

Comments
 (0)