added passthru tests
This commit is contained in:
parent
b0a71c5f75
commit
07afac881c
1 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, python3Packages
|
||||
, testers
|
||||
, stig
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
|
@ -51,6 +53,12 @@ python3Packages.buildPythonApplication rec {
|
|||
"--deselect=tests/client_test/aiotransmission_test/rpc_test.py"
|
||||
];
|
||||
|
||||
passthru.tests = testers.testVersion {
|
||||
package = stig;
|
||||
command = "stig -v";
|
||||
version = "stig version ${version}";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "TUI and CLI for the BitTorrent client Transmission";
|
||||
homepage = "https://github.com/rndusr/stig";
|
||||
|
|
Loading…
Reference in a new issue