gns3-server: add passthru.tests.version

+7
+7
pkgs/applications/networking/gns3/server.nix
··· 8 8 , fetchFromGitHub 9 9 , pkgsStatic 10 10 , stdenv 11 + , testers 12 + , gns3-server 11 13 }: 12 14 13 15 python3.pkgs.buildPythonApplication { ··· 72 74 # Rerun failed tests up to three times (flaky tests) 73 75 "--reruns 3" 74 76 ]; 77 + 78 + passthru.tests.version = testers.testVersion { 79 + package = gns3-server; 80 + command = "${lib.getExe gns3-server} --version"; 81 + }; 75 82 76 83 meta = with lib; { 77 84 description = "Graphical Network Simulator 3 server (${channel} release)";