MCPcopy Create free account
hub / github.com/sammchardy/python-binance / test_version

Function test_version

tests/test_init.py:15–19  ·  view source on GitHub ↗

Test that __version__ is defined

()

Source from the content-addressed store, hash-verified

13)
14
15def test_version():
16 """Test that __version__ is defined"""
17 from binance import __version__
18 assert isinstance(__version__, str)
19 assert __version__ is not None
20
21def test_client_import():
22 """Test Client class import"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…