Testing
Twitter Wall is ready for requirements fulfillment check (4th homework of MI-PYT subject):
- 4th tutorial with 4th task assignment
python setup.py test
run tests (pytest)- Note: sometimes it needs to be tried twice (second go works everytime, first sometimes end with pytest dependency error)
- dependencies are defined in the
setup.py
file - tests work also offline (and without API key+secret)
- something about testing & cassettes in the README
- cassettes are provided with hidden API key+secret and tokens
- some tests are parametrized
- Travis CI is set-up, badge in the README