IQSS / dataverse-client-javascript

A Dataverse client for JavaScript and TypeScript
MIT License
15 stars 8 forks source link

Create/destroy datasets on each IT/functional run #143

Closed GPortas closed 4 months ago

GPortas commented 5 months ago

What this PR does / why we need it:

This PR adds the creation and deletion of datasets and collections in functional and integration tests. Each test file independently manages the creation and deletion of collections and datasets, thus avoiding dependencies between test files and race condition issues.

Which issue(s) this PR closes:

Suggestions on how to test this:

Visual inspection of the code and GitHub actions.

GPortas commented 4 months ago

Thanks for your review. Great suggestions.

g-saracca commented 4 months ago

All Github actions look good!