rename to unit test
This commit is contained in:
parent
fce0c341d2
commit
9700a24db5
|
@ -45,7 +45,7 @@
|
|||
inherit (packages) geoip-archive;
|
||||
};
|
||||
|
||||
checks.e11sync = packages.e11sync.passthru.tests.simple;
|
||||
checks.e11sync-unit = packages.e11sync.passthru.tests.unit;
|
||||
|
||||
apps.e11sync-gunicorn = {
|
||||
type = "app";
|
||||
|
|
|
@ -37,7 +37,7 @@ stdenv.mkDerivation {
|
|||
--set GEOIP_PATH "${geoip-archive}"
|
||||
'';
|
||||
passthru.tests = {
|
||||
simple =
|
||||
unit =
|
||||
runCommand "e11sync-test" {
|
||||
src = self;
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in New Issue