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 tests #6

Closed
elichad opened this issue Jun 11, 2024 · 3 comments
Closed

Add automated tests #6

elichad opened this issue Jun 11, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request priority:MUST
Milestone

Comments

@elichad
Copy link
Collaborator

elichad commented Jun 11, 2024

No description provided.

@ianhinder
Copy link

Let's split this into separate issues for each package.

@elichad
Copy link
Collaborator Author

elichad commented Aug 6, 2024

Current test status:

The integration tests mean we have reasonably good code coverage:

---------- coverage: platform linux, python 3.10.12-final-0 ----------
Name                                                     Stmts   Miss  Cover
----------------------------------------------------------------------------
src/rocrate_inveniordm/__init__.py                           0      0   100%
src/rocrate_inveniordm/deposit.py                           62      4    94%
src/rocrate_inveniordm/mapping/__init__.py                   0      0   100%
src/rocrate_inveniordm/mapping/condition_functions.py       26      0   100%
src/rocrate_inveniordm/mapping/converter.py                198     18    91%
src/rocrate_inveniordm/mapping/crate_utils.py               88      0   100%
src/rocrate_inveniordm/mapping/mapping_utils.py             46      0   100%
src/rocrate_inveniordm/mapping/processing_functions.py      60     19    68%
src/rocrate_inveniordm/upload/__init__.py                    0      0   100%
src/rocrate_inveniordm/upload/credentials.py                11      0   100%
src/rocrate_inveniordm/upload/uploader.py                   60     10    83%
----------------------------------------------------------------------------
TOTAL                                                      551     51    91%

@elichad
Copy link
Collaborator Author

elichad commented Aug 6, 2024

Closing in favour of individual issues linked above

@elichad elichad closed this as completed Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:MUST
Projects
None yet
Development

No branches or pull requests

2 participants