mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
* Retrieve and process summary or full ledgers. * Search using arbitrary criteria (any Python function). * Search using arbitrary formats (any Python function). * Caches ledgers as .gz files to avoid repeated server requests. * Handles ledger numbers, ranges, and special names like validated or closed.
8 lines
117 B
Markdown
8 lines
117 B
Markdown
Unit Tests
|
|
==========
|
|
|
|
To run the Python unit tests, execute:
|
|
|
|
python -m unittest discover
|
|
|
|
from this directory. |