This repository houses generic functionality that is often used in many types of projects but is not included in the standard libraries of programming languages.
Install python modules (Python2.7 official setup):
- run
python27 setup.py install
inside the project root to install required modules
- make a test.config file inside the /test directory
- copy the contents from the example.config
- check/modify the email, database and other settings
- add the /test/test.config file to the version control ignored list
- ignore all test.log files for version control
Python 2.7.10 is currently supported
The project was developed using PyCharm Community Edition 4.5.4 IDE