Bug/test pp/run from top dir
Fix Issue #2 (closed)
The path to the 'assets' dir was hardcoded in the functions that used it, causing problems if the tests were not run from the 'tests' dir. The 'path_to_assets' variable allow functions to know the path to 'assets' regardless of where the pytest command is executed.