Pranathi-star / Python-Unit-Testing---nose-unittest-pytest

WTEF Group 1 Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Unit-Testing---nose-unittest-pytest

WTEF Group 1 Python

Installing Pytest

  1. Make virtual Environment
pip install virtualenv
virtualenv testing_env
source testing_env/bin/activate
  1. Install pytest
pip install pytest
  1. Run tests
cd pytest
pytest

Using unittest

import unittest

About

WTEF Group 1 Python


Languages

Language:Python 100.0%