naersk/test
dependabot[bot] 138faef421 Bump regex from 1.3.1 to 1.5.5 in /test/fast/dummyfication/fixtures
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.1 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.3.1...1.5.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 12:12:53 +02:00
..
fast Bump regex from 1.3.1 to 1.5.5 in /test/fast/dummyfication/fixtures 2022-06-07 12:12:53 +02:00
slow refactor: Refactor tests into separate files 2022-05-03 12:41:13 +02:00
default.nix refactor: Refactor tests into separate files 2022-05-03 12:41:13 +02:00
README.md refactor: Refactor tests into separate files 2022-05-03 12:41:13 +02:00

Tests

This directory contains a handful of naersk's tests; you can run them locally with:

# First, you have to be in the naersk's top-level directory:
$ cd ..

# Then:
$ ./script/test

Caveats

Dynamically-built Git repositories

Some tests (their READMEs will tell you which ones) utilize dynamically-built Git repositories (i.e. repositories built ad hoc during the testing through pkgs.runCommand).

Those tests' Cargo.toml and Cargo.lock contain variables (e.g. $depPath, $depRev etc.) that are substituted through our Nix code before the test is run.

Because of that, it's not possible to execute those tests via cargo test (for whatever the reason you'd like to).