git-machete: add a simple version test
This commit is contained in:
parent
9c5e8eb8da
commit
290599fbb1
@ -2,6 +2,7 @@
|
|||||||
, installShellFiles, pbr
|
, installShellFiles, pbr
|
||||||
, flake8, mock, pycodestyle, pylint, tox
|
, flake8, mock, pycodestyle, pylint, tox
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
|
, testVersion, git-machete
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
@ -29,6 +30,12 @@ buildPythonApplication rec {
|
|||||||
updateScript = nix-update-script {
|
updateScript = nix-update-script {
|
||||||
attrPath = pname;
|
attrPath = pname;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tests = {
|
||||||
|
version = testVersion {
|
||||||
|
package = git-machete;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user