Skip to content

comp0174/analysis-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP0174 Tester

Build a tester image (requires comp0174-analyser image):

docker build . -t comp0174-tester

To test the example analyses on the example tests, run the following command:

docker run -ti --rm \
    -v <path to example-analyses>:/comp0174/analyses \
    -v <path to example-tests>:/comp0174/tests \
    -v <path to output dir>:/comp0174/output \
    comp0174-tester \
    python3 test.py tests analyses --report output/report.pdf

Then, you can open the generated report.pdf for detailed information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published