SophZoe / Genetic_Algorithm

A study/portfolio case for university (:
https://moodle.hs-duesseldorf.de/pluginfile.php/461132/mod_resource/content/0/Projektauftrag_Genetic_algorithm.pdf
Apache License 2.0
3 stars 3 forks source link

Pytest issues: fix tests or main.py #78

Open julietteyek opened 6 months ago

julietteyek commented 6 months ago

have a look at the pytest errors and fix them accordingly in the test-file. If the error isn't in the test-file, then please have a look if the error lies in the main.py.

Jxshyz commented 6 months ago

The main issue was that we didn't define the root directory correctly and therefore the imports raised an error.

That hast been successfully fixed now! 🤙

Please take a look at our pytest - we made some minor changes sind this file was created and it therefore needs to be updated.