Skip to content

Repository structure

mjt320 edited this page Mar 24, 2021 · 10 revisions

WIP

Branch Structure

Folder Structure

The main components of the repository comprise 3 folders and the configuration files for automated testing.

The doc folder contains all documentation pertaining to the operation of TF 2.3.

The src folder contains the community contributed src code. Within src, the original folder contains the code to be tested, and the tested folder will house code that has been tested in the current or previous milestones. Within these folders, contributions are stored in Functionality/Initials_InstitutionCountry, e.g. src/original/T1/AB_YaleUSA.

The test folder contains the test files corresponding to the contributed code in src. Each contributed source code will have a corresponding test file in this folder. The directory structure does not necessarily have to mirror that of the src folder.

Clone this wiki locally