-
Notifications
You must be signed in to change notification settings - Fork 5
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
R functions to write tests on #86
Comments
@lloyddewit how are you testing export functions in python? |
@lilyclements I duplicate the tests in the Currently, in the main branch, there aren't any tests for the However, @HawardKetoyoMsatsi has submitted several PRs that propose tests for the export functions. In the Python layer, I initially implemented the tests in PR #78 . I'll also implement the tests in the other PRs, plus any other tests that are added. In summary, if you (or @HawardKetoyoMsatsi ) can add new export tests, then I'll add these tests to the Python layer. |
@lilyclements I added a new task to the PR description:
Currently the Python wrapper does not support To start, it's enough for me if you could specify a single test just as a comment in this PR. Thanks! |
@lilyclements I added a new task to the PR description to add a test for:
|
Check if we can remove the following R files without it impacting elsewhere:
Need to create tests on:
make_factor
prepare_geoclim_*
functionsspells
functionsummarise_inventory_data
functionwwr_export
(should output textfile should be this text. so can write it and compare)export_climat_messages
functionexport_*
functions contain...
parameters. Please add tests that pass...
parameters that have an observable impact on the converted fileThe text was updated successfully, but these errors were encountered: