Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.58 KB

File metadata and controls

41 lines (32 loc) · 1.58 KB

##Testing

  1. python_koans
    Python Koans is a port of "Ruby Koans" it is an interactive tutorial for learning Python by practicing TDD and making tests pass.
    Project Source: https://github.com/gregmalcolm/python_koans
    Online Demo Address: http://www.youtube.com/watch?v=e2WXgXEjbHY&list=PL5Up_u-XkWgNcunP_UrTJG_3EXgbK2BQJ&index=1

  2. sqlmap
    sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.
    Project Source: https://github.com/sqlmapproject/sqlmap
    Project Homepage: http://sqlmap.org/

  3. speedtest-cli
    Command line interface for testing internet bandwidth using speedtest.net.
    Project Source: https://github.com/sivel/speedtest-cli

  4. buildbot
    Python-based continuous integration testing framework
    Project Source: https://github.com/buildbot/buildbot
    Project Homepage: http://buildbot.net/

  5. locust
    Locust is an easy-to-use, distributed, user load testing tool.
    Project Source: https://github.com/locustio/locust
    Project Homepage: http://locust.io/

  6. nose
    nose is nicer testing for python.
    Project Source: https://github.com/nose-devs/nose
    Project Documentation: https://nose.readthedocs.org/en/latest/

  7. splinter
    python test framework for web applications.
    Project Source: https://github.com/cobrateam/splinter
    Project Homepage: http://splinter.cobrateam.info/

  8. sixpack
    Sixpack is a language-agnostic a/b-testing framework.
    Project Source: https://github.com/seatgeek/sixpack
    Project Homepage: http://sixpack.seatgeek.com/