aa-ag / astp

Automated Software Testing with Python -- Teclado/Udemy class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated Software Testing with Python

Taking Automated Software Testing with Python via Teclado.

In this repo, will consolidate exercises & class problems.

Unit Testing

  • Learning about what unit testing is & the origins of unit testing, here.

  • Learning about unit test from a practical standpoint, in this StackOverflow thread here.

  • Learning about Python 3's unit test library here.

env

  • conda activate astp
  • flask
  • flask_restful
  • Flask-SQLAlchemy
  • psycopg2-binary
  • Flask-JWT
  • uwsgi
  • behave==1.2.5
  • beautifulsoup4==4.5.3
  • selenium==3.4.1

About

Automated Software Testing with Python -- Teclado/Udemy class.


Languages

Language:Python 92.9%Language:HTML 7.1%