1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00
nix/doc/manual/src
John Ericson 68c81c7375 Put functional tests in tests/functional
I think it is bad for these reasons when `tests/` contains a mix of
functional and integration tests

 - Concepts is harder to understand, the documentation makes a good
   unit vs functional vs integration distinction, but when the
   integration tests are just two subdirs within `tests/` this is not
   clear.

 - Source filtering in the `flake.nix` is more complex. We need to
   filter out some of the dirs from `tests/`, rather than simply pick
   the dirs we want and take all of them. This is a good sign the
   structure of what we are trying to do is not matching the structure
   of the files.

With this change we have a clean:
```shell-session
$ git show 'HEAD:tests'
tree HEAD:tests

functional/
installer/
nixos/
```
2023-10-06 09:05:56 -04:00
..
advanced-topics Merge pull request #8241 from Luabee/patch-1 2023-09-28 00:11:00 +01:00
architecture Add description for file system objects (#8500) 2023-06-18 23:45:08 -04:00
command-ref add links and anchors 2023-10-06 11:46:41 +02:00
contributing Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
figures Move figures 2020-07-24 12:58:31 +02:00
installation nix actually needs c++20 now 2023-06-10 13:56:05 +02:00
language doc: reference NIX_ATTRS_*_FILE vars at the env var reference for drvs 2023-10-01 13:25:29 +01:00
package-management remove the Channels section 2023-07-19 09:39:04 +02:00
protocols Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
release-notes Merge pull request #9004 from fricklerhandwerk/release-support 2023-09-29 15:04:00 +02:00
glossary.md Merge pull request #9044 from fricklerhandwerk/doc-realise 2023-09-26 15:28:20 +02:00
introduction.md Convert short nix options to long ones 2023-05-17 08:10:30 +01:00
quick-start.md Update doc/manual/src/quick-start.md 2023-02-19 20:00:02 -05:00
SUMMARY.md.in Merge pull request #9017 from fricklerhandwerk/contributing-docs 2023-10-05 09:23:27 +02:00