martinruefenacht / lemonspotter

MPI Test Generation Framework
MIT License
1 stars 0 forks source link

Reorganized repository structure #26

Closed martinruefenacht closed 5 years ago

martinruefenacht commented 5 years ago

We now run via "python3.7 -m lemonspotter" in the root directory. Changed all imports to be from lemonspotter package, absolute imports.

martinruefenacht commented 5 years ago

This was done for the tests frameworks to be able to find things and for other projects to be able to find lemonspotter as well. I think this is the proper way to do it.