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
- Host: GitHub
- URL: https://github.com/pdehaan/phabricator-pytest
- Owner: pdehaan
- License: mpl-2.0
- Created: 2019-05-02T18:46:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:43:44.000Z (over 3 years ago)
- Last Synced: 2025-04-01T13:04:56.532Z (about 1 year ago)
- Topics: conduit, phabricator, pytest
- Language: Python
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```