zeburek / cookiecutter-apitist

Cookiecutter template for api tests with apitist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookiecutter template for api tests with apitist

Usage

To use this template you should install cookiecutter:

# Linux
sudo -H pip install cookiecutter
# Windows, MacOS
pip install cookiecutter

Now you can use this template just calling:

cookiecutter https://github.com/zeburek/cookiecutter-apitist

Parameters

  • project_name - will be used as project directory name
  • add_skeletons - using Yes (recommended) will add several additional contents which can show you how to use this
  • line_length - configure default line length for different utils

About

Cookiecutter template for api tests with apitist


Languages

Language:Python 100.0%