Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 642 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 642 Bytes

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