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