[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Split tests up into separate files
- Subject: Split tests up into separate files
- From: Chris Warburton
- Date: Thu, 18 Apr 2019 16:01:00 +0100
- Resolution: fixed
- State: resolved
We should make files like tests/foo.nix and have tests/default.nix load
them all.
We can do this with the nixFilesIn from nix-helpers. We can also use
removeAttrs or filter to prevent loading default.nix or testData.nix.