-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test/80 tests #137
Test/80 tests #137
Conversation
@FR-SON @soeren227 could you please check the tests and test them locally |
Execute the tests while you are in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionality and code quality looks very good to me.
I only pointed out some styling inconsistencies and small grammatical errors.
These are all minor though.
Very good job!
You can execute the tests when you are in the TracEX/ folder with
python3 tracex_project/manage.py test
and more specific tests withpython3 tracex_project/manage.py test extraction
orpython3 tracex_project/manage.py test tracex
.