An open API service indexing awesome lists of open source software.

https://github.com/pdehaan/phabricator-pytest

Attempting Phabricator test in Python
https://github.com/pdehaan/phabricator-pytest

conduit phabricator pytest

Last synced: about 1 year ago
JSON representation

Attempting Phabricator test in Python

Awesome Lists containing this project

README

          

# phabricator-pytest

Attempting Phabricator test in Python.

## Install

```sh
git clone https://github.com/pdehaan/phabricator-pytest.git
cd phabricator-pytest
pipenv install -d
```

## Running tests

```sh
./run.sh
```

## Formatting and linting tests

If you installed the dev dependencies above (using the `-d` flag), running the $ ./lint.sh script will run both `autopep8` and `pylint`:

```sh
./lint.sh
```