[go: up one dir, main page]

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

Implement or add a testing framework #16

Open
max-veit opened this issue Jul 22, 2024 · 0 comments
Open

Implement or add a testing framework #16

max-veit opened this issue Jul 22, 2024 · 0 comments

Comments

@max-veit
Copy link

As discussed in some previous meetings, it would be a good idea to collect our testing procedures so they can be run in a more automatic, systematic fashion (especially as regression tests, i.e. to make sure new changes don't break previously working functionality). Organizing these tests so that they can be run automatically usually requires quite a bit of extra code to set up and run the tests, and to check their results. Luckily, we don't have to reinvent the wheel here, as many so-called unit testing frameworks have already been implemented in Fortran. One that looks good is test-drive - it's pure Fortran and can be integrated into the project fairly easily (by copying in one .F90 file).

However, this also brings in the issues of third-party dependency management, which hasn't really been touched on in the TurboGAP code development AFAICT. There's also the issue of possible license incompatibility -- @mcaroba do you know whether we can include and redistribute the code (which is Apache 2.0 and MIT licensed) under TurboGAP's current ASL license?

Thoughts/suggestions welcome.

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