1
0
libpurple-to-markdown/test/test_init.py
Jon Michael Aanes 91ca8d66d8
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
Restructure by moving datastructures and libpurple parsing into own module
2024-10-31 19:00:07 +01:00

11 lines
222 B
Python

import libpurple_to_markdown
def test_version():
assert libpurple_to_markdown.__version__ is not None
def test_load():
import libpurple_to_markdown.data
import libpurple_to_markdown.libpurple # noqa: F401