Reconfigured directory structure moving all widget components to sofi.ui and all main application components to sofi.app.
Added setup.py allowing python setup.py install and python setup.py test - Note: For some reason setuptools isn't pulling hypothesis like it does pytest when running with the test argument, so may have to manually pip install hypothesis before running tests.
sofi.ui
and all main application components tosofi.app
.python setup.py install
andpython setup.py test
- Note: For some reason setuptools isn't pullinghypothesis
like it doespytest
when running with the test argument, so may have to manuallypip install hypothesis
before running tests.