Skip to main content

mite cli tool

Project description

Mite CLI

A command line tool to create a new mite project.

Installation

pip install mite-cli

Usage

Usage:
    mite-cli new <project_dir> [options]

Options:
    --log-level=LEVEL       Set logger level: DEBUG, INFO, WARNING, ERROR, CRITICAL [default: INFO]
    -n --novenv             Don't create a python virtual environment

Create new mite project

Create a new project and a virtual environment setup

mite-cli new my_project_dir

You can activate your new virtual environment with source ~/.virtualenvs/my_project_dir/bin/activate This gives you access to the mockserver, mite, etc.

To run your first test, with the virtual environment activated and from within your new project, run:

./run_test.sh

Installing dependancies

Fedora

sudo dnf install libcurl-devel

Ubuntu

sudo apt install libcurl4 libcurl4-openssl-dev

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mite-cli-0.2.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

mite_cli-0.2.2-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page