Skip to content

Testing

Compare
Choose a tag to compare
@MarekSuchanek MarekSuchanek released this 01 Nov 18:34
· 23 commits to master since this release

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