nixpkgs/nixos/lib/test-driver
Michael Daniels 98b97a2011
nixos/lib/test-driver: correct regex in pythonize_name()
r"[A-z]" is not equivalent to r"[A-Za-z]"; it is equivalent to r"[A-Z[]^_`a-z]".
But Python variable names cannot contain, e.g., a backtick.
So the current regex is wrong.
2025-07-06 21:09:36 -04:00
..
src nixos/lib/test-driver: correct regex in pythonize_name() 2025-07-06 21:09:36 -04:00
default.nix nixos/test-driver: use ipython via ptpython 2025-03-21 12:34:59 +00:00
nixos-test-driver-docstrings.nix test-driver: Move machine code into its own python module folder 2025-07-01 14:18:40 +02:00
shell.nix