Closed matey-jack closed 9 years ago
You can use pyb -v
or set the verbose
property in build.py
to see unit test errors (in text, not XML)
Also :+1: for getting rid of mocks!
PR is finished from my point and I'd be glad if someone would merge it. Test Coverage has increased with this and the coverage plugin only reports a decrease in one file because I moved some code out of there.
@matey-jack github reckons there are still some conflicts, could you rebase and fix the conflicts please.
ok, done.
Thanks for this, I'll get it merged up tomorrow and cut a new release unless someone beats me to it!
Merging now.
@matey-jack thanks for the feedback, I merged the pull-request and released a new version: 1.2.0 -- it is already available from PyPI so you can use:
pip install -U afp-cli
to upgrade.
Thanks a lot!
See discussion in #20. Works with
--show
, with--export
, and in subshell. Does not change--write
.Since the coverage check didn't like unit tests for module
cli
, I moved the tested functions to a new module.I also hope that you like unit tests without mocks as much as I do. ;)