Each file in this directory should provide a stubbed or faked test for | |
the bdk command. The primary purpose is not execution correctness, | |
but to fill the coverage gaps in exercising the python prior to better | |
unittest coverage. | |
Additionally, this path may be used for landing tests for known fixed | |
bugs to limit regressions where they don't fit into the standard | |
testing options. | |
See test-helpers for an example of how to setup a temporary path | |
and to stub out backing commands. |