Developer manual

tests

kotti_mapreduce needs pytest for testing. See also [pytest] section in setup.cfg about default pytest configuration:

$ cd kotti_mapreduce
$ py.test

Or, run tox test if you have multiple python interpreters. See also tox.ini about tox environment:

$ tox # or detox