about summary refs log tree commit diff
path: root/nixos/lib/testing-python.nix
AgeCommit message (Expand)AuthorFilesLines
2022-06-17nixos/test-driver: Support mypy through regular mechanismsRobert Hensing1-3/+1
2022-06-03Merge branch 'master' into 172325-nixostest-override-python-pkgs-additional-p...Robert Hensing1-6/+29
2022-06-03add opt out flag for type checkingMichael Schneider1-15/+19
2022-06-02nixos/test-driver: Typecheck TestScriptMichael Schneider1-3/+22
2022-05-29nixos/test-driver: add option to add extra python packages to test codetljuniper1-3/+5
2022-05-27nixos/testing-python.nix: fix typo in warningAlyssa Ross1-1/+1
2022-05-05nixos/testing-python.nix: Set meta.mainProgramRobert Hensing1-0/+1
2022-03-28nixosTest: Simplify doc by deprecating syntax sugarRobert Hensing1-0/+1
2022-03-19fixup! nixos/testing: restrict arguments to makeTestNaïm Favier1-6/+1
2022-03-18nixos/testing: restrict arguments to makeTestNaïm Favier1-12/+15
2022-01-26nixos/testing-python: actually copy build artefactsPatrick Hilhorst1-1/+1
2022-01-26use lib.optionalStringMarijan Petričević1-1/+1
2022-01-26nixos/tests: fix #146169Marijan Petričević1-1/+4
2022-01-04nixos/test-driver: also passthru driverInteractivePatrick Hilhorst1-3/+3
2021-12-10nixos/test-driver: make the test-driver a python packageMarijan Petričević1-62/+11
2021-11-19test-driver.py: always export single machine as 'machine'Patrick Hilhorst1-1/+3
2021-10-31nixosTest: Fix infinite recursion involving hasContext testScript when useNix...Robert Hensing1-1/+12
2021-10-28nixos/testing-python: Copy test script derivations to nodestalyz1-0/+19
2021-10-07Merge pull request #126713 from blaggacao/nixos-test-ref/05-class-ify-test-dr...Jacek Galowicz1-9/+2
2021-10-05nixos/test/test-driver: Class-ify the test driverDavid Arnold1-9/+2
2021-09-18nixos/lib/qemu-flags: rename to qemu-commonrnhmjoj1-2/+1
2021-09-08nixos/testing: remove unused function runInMachineMatthew Kenigsberg1-96/+9
2021-08-19nixos/tests/test-driver: better control test env symbolsDavid Arnold1-1/+3
2021-08-13nixos/testing: only create `nixos-run-vms` for `nixos-build-vms(8)`Maximilian Bosch1-5/+7
2021-08-12nixos/testing: re-add nixos-run-vms scriptMaximilian Bosch1-0/+6
2021-08-08Merge pull request #125979 from blaggacao/nixos-test-ref/03-normalse-the-pyth...lewo1-11/+12
2021-08-05nixos/tests/test-driver: normalise test driver entrypoint(s)David Arnold1-11/+12
2021-07-28nixos/testing: fix invalid node names detectionDavid Arnold1-2/+7
2021-06-22nixos/test-driver: replace termlib with socatJörg Thalheim1-1/+1
2021-06-18nixos/test-driver: Fix passing passthru attributeaszlig1-2/+2
2021-06-13nixos/tests/test-driver: cleanup nix expressionDavid Arnold1-122/+135
2021-06-06nixos/tests/test-driver: cleanup "dead" code (USE_SERIAL)David Arnold1-2/+1
2021-06-03make-test-python: disallow aliasesFrederik Rietdijk1-1/+7
2021-05-14nixos/testing: add interactive serial stdout logs switch and dim themDavid Arnold1-1/+1
2021-05-09nixos/testing-python.nix: Move makeWrapper to nativeBuildInputsRobert Hensing1-1/+1
2021-05-09nixos/testing: Set up scope for testScript linterRobert Hensing1-1/+16
2021-05-09nixos/testing-python.nix: Expose driverRobert Hensing1-1/+3
2021-05-09nixos/testing: Switch from black to pyflakesaszlig1-1/+1
2021-05-03testing-python.nix: document runTests pos argumentRobert Hensing1-2/+7
2021-05-03Merge pull request #112504 from hercules-ci/fix-nixosTest-meta-positionRobert Hensing1-2/+9
2021-04-28treewide: use lib.warnIf where appropriateAlyssa Ross1-3/+1
2021-03-23nixosTest: fix meta.positionRobert Hensing1-2/+9
2020-12-09nixos/lib/testing-python.nix: Wire up passthruRobert Hensing1-1/+4
2020-10-27nixos/tests: fix wrong inherit that passes on the nodes attrsAndreas Rammhold1-1/+1
2020-10-25nixos/tests: fix runInMachineAndreas Rammhold1-1/+1
2020-10-25nixos/tests: fix testDriver reference in runInMachine functionAndreas Rammhold1-1/+2
2020-10-25nixos/tests: format the testing-python.nix file more consistenlyAndreas Rammhold1-98/+106
2020-10-25nixos/tests: restructure test driver so that QEMU is actually overridenAndreas Rammhold1-31/+48
2020-10-19nixos/tests: expose both the interactive and non-interactive driverAndreas Rammhold1-1/+2
2020-10-19nixos/tests: make the `driver` attribute use a rich qemuAndreas Rammhold1-6/+13