Skip to content

marius-test/python_pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_pytest

PyTest demonstration using Python

Overview

This repository contains example test cases demonstrating various PyTest features, including:

  • Basic assertions
  • Test grouping with markers
  • Fixtures for setup and teardown
  • Parametrized tests
  • Skipping tests
  • Testing HTTP requests with authentication

Purpose

I created this repository to deepen my understanding of PyTest by exploring its core features through hands-on examples.

Setup

Install PyTest via pip if you haven't already:

pip install pytest

About

Python Testing with PyTest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages