Xcov19 / covidX

covidX. Rapid Pandemic Task Mgmt Portal
GNU General Public License v3.0
7 stars 17 forks source link

Remove __init__.py in root of repository #124

Closed milan-tom closed 2 years ago

milan-tom commented 3 years ago

Removes __init__.py in the root of the repository to allow tests to be found by unittest (see Running django tutorial tests fail - No module named polls.tests)

This also makes sense intuitively. Since __init__.py files mark directories as Python packages, it does not make sense for the root directory to have an __init__.py file as it should never be referenced as a package.


This change is Reviewable

gitpod-io[bot] commented 3 years ago

milan-tom commented 3 years ago

@codecakes Could we get this pr merged as soon as possible? This will also allow the final checks on the tests in #69 to be completed, and we can merge that one as well.