Git Product home page Git Product logo

python-testing's Introduction

Python-Testing

python

Hello this is Mr.Rezoo

Table of contents

General info

in this repository We work on 4 way to testing our application In the simplest possible way. . .

  • unittest
  • pytest
  • doctest
  • nose

Technologies

Project is created with:

  • Python: 3.9
  • nose: 1.3.7
  • pytest: 6.2.4

Help

If you are considering a particular method, more modern technology Add to my project and send merge request, I will add you in the credits and contributors section

Setup

  • first step : create virtual environment
virtualenv -p python3 venv 
  • second step : activate virtual environment
source venv/bin/activate  
  • third step : install package | library from requirements.txt
 pip install -r requirements.txt
  • fourth step : install package | library from requirements.txt
 pip install -r requirements.txt
  • last step : go to tests directory if you want to run test
 cd tests

Usage

  • run doctest: -v for more detail
python -m doctest -v filename.py
  • run unittests:
python -m unittest -v test_file.py
  • run all unittests:
python -m unittest -v discover
  • run all tests with nose test:
nosetests
  • run one test with nosetest:
nosetests -v test_file.py
  • run all tests with pytest:
pytest
  • run one test with pytest:
pytest -v test_file.py

Credits

Contributors

License

Distributed under the MIT License. See license for more information.

python-testing's People

Contributors

mrrezoo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

torinreilly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.