Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 960 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 960 Bytes

pytest_by_example

The repo has useful pytest example demonstrating pytest elagance in QA automated testing - Api testing, web applications etc..

Examples to be covered include:

  • session management how to
  • conftest files and how manage them
  • fixtures
  • parametrizing files
  • marking tests
  • monkey patching
  • concurrent tests
  • html reporting and customizing
  • tests data management
  • initial configs
  • commandline arguments
  • hooks and advances stuffs. :):)

Testting Framework

I'm also putting together an API test automation framework alongside these examples.

python 3

Installation

pip install pytest - installs the most recent version

Important links