| Master | Versioning | Quality |
|---|---|---|
Coding challenge practice using python 3.
-
I highly recommend using
virtualenvbefore continuing. -
Install necessary dependencies.
$ make install
...- Run all the tests.
$ make ci
...- Run specific test.
$ make test module=<module_name> // ex) make test module=hello_world
...If using virtualenv, add following settings to vscode file. (Replace content within <>)
{
"python.pythonPath": "<Value you get from running 'which python'>"
}