calamares-nixos-extensions
calamares-nixos-extensions copied to clipboard
Bootstrap testing
This pull request addresses #44 by bootstrapping testing and implementing one unit test.
Changes:
- Add a unit test for the baseline configuration
- All mocks are extracted into
conftest.py
- Add fixture files for
hardware-configuration.nix
andkbd-model-map
- Add a nix flake for running and developing the tests
- Add instructions to README.md
- Configure github actions to run tests on all pull requests
@vlinkz @ElvishJerricco