Martin Gruber

Results 9 issues of Martin Gruber

When the teardown fails, the last test case gets reported twice, both with it's own verdict, and with the error of the teardown. This also happens in the junitxml, but...

type: bug
status: help wanted
topic: reporting

Mention that the ipython package is an optional requirement for using the IPython REPL, as described in the [source file](https://github.com/google/python-fire/blob/master/fire/interact.py#L17).

documentation

[Coveragepy](https://github.com/nedbat/coveragepy) offers the option `--pylib` to record coverage in third party code like the standard library or installed packages. So far I have not found this option in pytest-cov, does...

Following columns contain sets as values: * verdict columns (`Passed_sameOrder`, `Failed_sameOrder`, ...) of the [passed-failed overview](https://github.com/se2p/FlaPy/blob/master/flapy/results_parser.py#L905) * `Verdicts_sameOrder`, `Verdicts_randomOrder` of the [tests-overview](https://github.com/se2p/FlaPy/blob/master/flapy/results_parser.py#L254) This is bad, because it makes the resulting...

enhancement

Basically automate the tests described in the [README](https://github.com/se2p/FlaPy#sffl). For step 1 (running): check if sqlites are being created (not directly, but indirectly by asserting, if we can derive a coverage...

The pypi_tag controls how dependencies are installed and was added at some point. Making it part of the proj_cols allows it to appear in the TestsOverview and therefore makes it...

I use the "-it" flags, when running `flapy.sh run` locally, so that the user can kill the process using Ctrl-C: https://github.com/se2p/FlaPy/blob/master/run_line.sh#L86 However, this causes the end-to-end test to fail with...

bug