I suppose we skip the test file naming convention. We have to put underscore both test filenames and function names in it, like "test_grid" just to run correctly when writing pytest on the terminal. Please correct me if I am wrong.
There is another problem which is occurred when I run for example one_point_crosover.py file and gives me "ModuleNotFoundError: No module named 'individual'".
I encounter similar errors in all subfolders when calling a module from another top folder. Before I dont encounter error like this.
What could be have caused this?
I suppose we skip the test file naming convention. We have to put underscore both test filenames and function names in it, like "test_grid" just to run correctly when writing pytest on the terminal. Please correct me if I am wrong.
There is another problem which is occurred when I run for example one_point_crosover.py file and gives me "ModuleNotFoundError: No module named 'individual'". I encounter similar errors in all subfolders when calling a module from another top folder. Before I dont encounter error like this. What could be have caused this?