Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automated testing for examples in README #99

Open
elpdt852 opened this issue Sep 11, 2023 · 0 comments
Open

Add automated testing for examples in README #99

elpdt852 opened this issue Sep 11, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@elpdt852
Copy link
Collaborator

In order to make sure the examples in README is well maintained, we should add automated testing to the examples and installation instructions. There are two approaches we can take:

  1. Generate README with examples in individual nix files that we test
  2. Extract examples out of README for testing

I think it's probably cleaner to do (2), so that it's easier to maintain the README with no generation step. Let's find out if what solutions there are for (2) and if any nix project does something similar.

For testing against home-manager, we likely want a development flake, as we don't want to introduce home-manager as a top-level dependency.

@elpdt852 elpdt852 added the help wanted Extra attention is needed label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant