unittesting
Here are 227 public repositories matching this topic...
-
Updated
Jun 11, 2020 - Kotlin
-
Updated
Apr 13, 2020 - Java
-
Updated
May 31, 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
May 30, 2020 - C#
-
Updated
Nov 15, 2019 - Kotlin
-
Updated
Feb 19, 2018 - Kotlin
-
Updated
Feb 21, 2020 - C#
-
Updated
Jun 15, 2020 - Python
-
Updated
Feb 5, 2019 - Objective-C
-
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
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
Oct 15, 2019 - HTML
-
Updated
Jun 15, 2020 - C++
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Mar 15, 2020 - Nim
-
Updated
Jun 9, 2020 - Python
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?