- 01 Dec, 2022 1 commit
-
-
Matthias Kettl authored
-
- 29 Nov, 2022 2 commits
-
-
Matthias Kettl authored
-
Matthias Kettl authored
As described in issue #33, the option does actually not limit the number of cores but selects specific cores instead. This behavior was not intended
-
- 28 Nov, 2022 1 commit
-
-
Matthias Kettl authored
-
- 05 Jul, 2022 3 commits
-
-
Thomas Lemberger authored
-
Thomas Lemberger authored
Replace own implementation of parameterized tests with pytest parametrize
-
Thomas Lemberger authored
-
- 04 Jul, 2022 2 commits
-
-
Thomas Lemberger authored
Not supported by Python 3.6
-
Thomas Lemberger authored
Closes #20
-
- 22 Jun, 2022 3 commits
-
-
Thomas Lemberger authored
Wrong check was called, so we didn't really check compilation before
-
Thomas Lemberger authored
The check 'bad-continuation' doesn't exist anymore, so we do not have to disable it. Similarly, 'no-self-use' was moved to an extension. Because we are no fan of this check (cf. https://github.com/PyCQA/pylint/issues/5502 ), we do not enable this extension.
-
Thomas Lemberger authored
-
- 13 Apr, 2022 3 commits
-
-
Thomas Lemberger authored
-
Thomas Lemberger authored
Log methods with this attribute use sys.stderr by default
-
Thomas Lemberger authored
-
- 12 Apr, 2022 13 commits
-
-
Thomas Lemberger authored
-
Thomas Lemberger authored
-
Thomas Lemberger authored
-
Thomas Lemberger authored
-
Thomas Lemberger authored
-
Thomas Lemberger authored
-
Thomas Lemberger authored
-
Thomas Lemberger authored
-
Thomas Lemberger authored
To make testing TestCov easier; no need to require each unti test to initialize the logger first.
-
Thomas Lemberger authored
Previously showed one dot per execution, which was difficult to count.
-
Thomas Lemberger authored
Previously, the first log message was at the end of the same line as the progress display, and after a log message, the next progress display was just an additional dot. To make display better readable, change output to the following: 1. The first log message is on a separate line (just as intuitively expected) 2. If a log message is printed, the next progress display is not just one dot, but it repeats the full 'Executing tests' with the full number of dots that represents all tests executed so far (+1 for the currently executing test) 3. There's no additional empty line between log messages and message "Done!" (this was only there if at least one log message was printed, so now it's consistent)
-
Thomas Lemberger authored
-
Thomas Lemberger authored
-
- 05 Apr, 2022 1 commit
-
-
Thomas Lemberger authored
When --verbose is used, matplotlib DEBUG messages were displayed before, because we used the root logger for logging TestCov messages. To avoid such clutter from subcomponents of TestCov, use a named logger instead of the root logger.
-
- 16 Dec, 2021 6 commits
-
-
Thomas Lemberger authored
-
Thomas Lemberger authored
-
Thomas Lemberger authored
-
Thomas Lemberger authored
Closes #29
-
Thomas Lemberger authored
-
Thomas Lemberger authored
To avoid me wondering about this code again
-
- 06 Dec, 2021 1 commit
-
-
Thomas Lemberger authored
-
- 08 Nov, 2021 1 commit
-
-
Thomas Lemberger authored
In this construct, no __gcov_dump was added before, leading to incomplete coverage measurements: void reach_error() { __assert_fail(...) }
-
- 05 Nov, 2021 3 commits
-
-
Thomas Lemberger authored
-
Thomas Lemberger authored
-
Thomas Lemberger authored
Do not expect a newline before an abort, or the abort to be indented.
-