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 a test that runs all of the examples #2470

Open
samuelhwilliams opened this issue Jul 22, 2024 · 0 comments
Open

Add a test that runs all of the examples #2470

samuelhwilliams opened this issue Jul 22, 2024 · 0 comments

Comments

@samuelhwilliams
Copy link
Contributor

A number of our example apps have had typos and small bugs in them, preventing them from actually running.

We should add a test/some tests that run all of the examples to make sure that they actually work (with their associated requirements files).

A single tox environment to run all of the examples would probably be good. In the first instance, just testing that the apps all run and a page is available on localhost:5000/admin is probably good enough. We could firm them up from there.

This test should dynamically collect all packages in the examples directory so that if any new examples are added, they are tested without having to change any config files anywhere (ie to explicitly add the new example to the test suite).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant