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