Adding __init__.py files to the tests directories
Adding a init.py file to the tests directory makes it possible for VSCode to detect and run the tests. Without this VSCode is not able to find the right imports
Adding a init.py file to the tests directory makes it possible for VSCode to detect and run the tests. Without this VSCode is not able to find the right imports