Skip to content

Add possibility to create files for testing purpose #26

@mmichaelis

Description

@mmichaelis

In order to enable tests requiring files or directories provide a way to :

  • Creates files/directories on the fly.
  • Ensures that those files/directories are removed after a test.

This is to fight common anti-patterns like using fixed named resource names and not cleaning up after tests are done. Most tests use temporary files and thus the amount of files in System temp directory increases without end.

References:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions