FiorelaCiroku / XD-Testing

This repository is created to keep track on the progress of an automated test management using Github Actions. The testing methodology is based on the eXtreme Design ontology modelling methodology.
2 stars 2 forks source link

Conceptual component directory structure creation #26

Closed FiorelaCiroku closed 2 years ago

FiorelaCiroku commented 2 years ago

Is your feature request related to a problem? Please describe.

Create a directory structure for a new conceptual component.

Describe the solution you'd like

The trigger of the automation is the creation of a new folder for the conceptual component inside the directory of an ontology module. Part of the structure are the creation of empty/template unit test files.

Describe alternatives you've considered

The alternative is for the ontology engineer to create the directory structure manually.

Additional context

FiorelaCiroku commented 2 years ago

The progress of the work for this issue can be followed in the create-directory action.

Currently, the action can:

FiorelaCiroku commented 2 years ago

The action say been modified with the purpose of creation new empty files for the testing. Earlier the files that were created, were not 0 byte and therefore they failed the test for input cross-check. Since they were not 0 byte, they were considered not empty, even though there was no information there.