-
Notifications
You must be signed in to change notification settings - Fork 1
Use resource files in unit tests #69
Copy link
Copy link
Open
Labels
CoreRelated to the core architecture or global utilitiesRelated to the core architecture or global utilitiesDevOpsRelated to build pipeline and infrastructureRelated to build pipeline and infrastructurefeatureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
CoreRelated to the core architecture or global utilitiesRelated to the core architecture or global utilitiesDevOpsRelated to build pipeline and infrastructureRelated to build pipeline and infrastructurefeatureNew feature or requestNew feature or request
When writing a unit test, we should be able to load files that are in a resource folder in the repository.
name proposal :
unit_tests_rootUnit tests should be executed with this folder as working directory so the main bundle
./is from this folder and every test files are located starting from this folder.This
unit_tests_rootfolder should be ignored when packaging an application.TODO: explain in a unit test, how to access this folder