/setup

Help for setting up pants for your build.

Primary LanguageShellApache License 2.0Apache-2.0

Pants setup

This repository contains the bootstrap needed to get you up and running with Pants.

Follow the instructions at https://www.pantsbuild.org/docs/installation.

Development

We use tox for test automation. To run the test suite and linters, invoke tox:

$ tox

You may run certain checks (environments in tox) with tox -e (run tox -a to see all options):

$ tox -e format-run
$ tox -e lint
$ tox -e test

You may pass arguments to Pytest like this:

$ tox -e test -- -vv -k test_only_bootstraps_the_first_time