JakobTopholt / P4-Unitino

SW4 project at AAU creating our own compiler
4 stars 0 forks source link

66 cleaner unittests, filedirectory and looser coupling #107

Open Aavild opened 1 year ago

Aavild commented 1 year ago

Tests for each visitor are now created in their each individual folder. When running the tests they are catagorized in the order: All testcases are catagorised by their testfile. This means that if in Rider catagorised view is selected the tests will be much more sorted. The catagorised sorting looks as following: Filename, Testclass, Testmethod, Testname

Restructered the folders and files to be more clean.

Restructured usage of the visitors so that their usage are more standardised to promote looser coupling. Changes include:

closes #66

Doesn't solve but does Improve #72. This issue should also be easier to work on now.

changing this line should make it much easier to start working on #70