Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 547 Bytes

File metadata and controls

19 lines (14 loc) · 547 Bytes

Algorithm Introtek5

  1. Part1/ contains exercice one code
  2. Part2/ contains exercice two code
  3. Part3/ contains exercice three code
  4. Docs/ contains a pdf with the project documentation
  5. Test/test.py contains unitests done for all the 3 project parts

In order to launch the unitests run: -python3.6 Test/test.py

For launch only part 1 unitest: -python3.6 Test/test.py TestParcours

For launch only part 2 unitest: -python3.6 Test/test.py TestColoring

For launch only part 3 unitest: -python3.6 Test/test.py TestLineGraph