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

Faster tests #143

Open
Julow opened this issue Dec 7, 2022 · 0 comments
Open

Faster tests #143

Julow opened this issue Dec 7, 2022 · 0 comments

Comments

@Julow
Copy link
Member

Julow commented Dec 7, 2022

It's not reasonable to add as many tests as we'd need in the current heavy-weight test framework. Time and resources are the limitation, the CI currently runs in up to 2 hours.

To build a robust CLI tool, we need lightweight tests. We currently lack good test coverage.

Example of lightweight tests we'd need:

Cram tests combined with a mock repository of quickly installing packages is something to investigate. A "dry-run" mode that avoids any call to Opam is also to consider.

@Julow Julow mentioned this issue Dec 7, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant