unittesting
Here are 221 public repositories matching this topic...
-
Updated
May 3, 2020 - Kotlin
Suites like gcov works well if I execute many binaries (or the same binary with different arguments) in parallel, does kcov support this too? In particular, I'm interested in bash coverage.
For example, to have two scripts that source common.sh, and I execute them in two different shells, will the common.sh merged reports be OK? If not, what parts of kcov should be modified to support it?
Th
-
Updated
Apr 13, 2020 - Java
-
Updated
May 19, 2020 - Kotlin
-
Updated
Nov 28, 2017 - Kotlin
In the documentation the description of how to use mocks is focused on injecting them in the tested functions.
An important use case is that the code under test is actually calling functions that are not injected but linked. There are a couple of cases here that we should document:
- calling your own linked functions
- calling library functions
And there are a couple of mechanics to hand
-
Updated
Nov 15, 2019 - Kotlin
-
Updated
Feb 19, 2018 - Kotlin
-
Updated
Feb 21, 2020 - C#
-
Updated
Feb 5, 2019 - Objective-C
-
Updated
May 23, 2020 - Python
-
Updated
Oct 22, 2017 - Java
-
Updated
May 1, 2019 - Kotlin
-
Updated
Feb 15, 2020 - Go
-
Updated
Dec 2, 2018 - Java
-
Updated
Jan 5, 2020 - Kotlin
-
Updated
Oct 15, 2019 - HTML
Previously, when used under Prove, assert-that
call produced a nice output:
TEST> (assert-that task
(has-slots 'title "The title "))
✓ Has slots:
TITLE = "The title "
However, for Rove, it just returns t
or nil
.
We need to create a helper for a demonstration of a matcher without a call to assert-that
. And to rewrite all docstrings to use
-
Updated
May 21, 2020 - JavaScript
-
Updated
Mar 15, 2020 - Nim
-
Updated
May 13, 2020 - Python
-
Updated
Dec 4, 2017 - C#
-
Updated
May 18, 2020 - C++
Improve this page
Add a description, image, and links to the unittesting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unittesting topic, visit your repo's landing page and select "manage topics."
https://docs.nose2.io/en/latest/configuration.html#configuration-files is missing a bit of crucial information: what is the name of the .ini file? It looks like it can be both "unittest.cfg" or "nose2.cfg" if I read the code. Is this correct?