Skip to content

d3rrick/pytest_by_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published