Skip to content

Clean up test server after running unit tests #261

@mfeurer

Description

@mfeurer

If a unit test is successful, delete everything it saved on the server. Otherwise, it's hard to have a clean server that is useful for testing purposes. One way to achieve this: add a 'sentinel' string, i.e. a unique random string, to everything that is uploaded. At unit test shutdown time, search for everything with that string and remove it from the server via an API call.

Metadata

Metadata

Assignees

Labels

Feature requestGood First IssueIssues suitable for people new to contributing to openml-python!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions