sungj521 / tep

Help you write pytest more easily.

Home Page:https://dongfanger.gitee.io/blog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tep

tep is a testing tool to help you write pytest more easily. Try Easy Pytest!

Design Philosophy

  • Simple is better
  • Everyone can write automation in python

Installation

tep is developed with Python, it supports Python 3.6+ and most operating systems.

tep is available on PyPI and can be installed through pip.

$ pip install tep

or domestic mirror.

$ pip --default-timeout=600 install -i https://pypi.tuna.tsinghua.edu.cn/simple tep

Check Installation

When tep is installed, tep command will be added in your system.

To see tep version:

$ tep -V  # tep --version
0.2.3

Usage

If you want to know more usages, you can read pytest docs.

You know pytest.

You know tep.

About

Help you write pytest more easily.

https://dongfanger.gitee.io/blog/


Languages

Language:Python 100.0%