mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Merge pull request #9065 from fricklerhandwerk/testing-hints
add hint for troubleshooting tests
This commit is contained in:
commit
a66bd8f1f2
1 changed files with 9 additions and 0 deletions
|
@ -186,6 +186,15 @@ GNU gdb (GDB) 12.1
|
||||||
One can debug the Nix invocation in all the usual ways.
|
One can debug the Nix invocation in all the usual ways.
|
||||||
For example, enter `run` to start the Nix invocation.
|
For example, enter `run` to start the Nix invocation.
|
||||||
|
|
||||||
|
### Troubleshooting
|
||||||
|
|
||||||
|
Sometimes running tests in the development shell may leave artefacts in the local repository.
|
||||||
|
To remove any traces of that:
|
||||||
|
|
||||||
|
```console
|
||||||
|
git clean -x --force tests
|
||||||
|
```
|
||||||
|
|
||||||
### Characterization testing
|
### Characterization testing
|
||||||
|
|
||||||
Occasionally, Nix utilizes a technique called [Characterization Testing](https://en.wikipedia.org/wiki/Characterization_test) as part of the functional tests.
|
Occasionally, Nix utilizes a technique called [Characterization Testing](https://en.wikipedia.org/wiki/Characterization_test) as part of the functional tests.
|
||||||
|
|
Loading…
Reference in a new issue