# ows-blacklist-manager

## Getting Started

### Installation

```sh
make pip_dev
```

### Running

```sh
make dev
```

### Testing

To run unit tests: `make test`

To run unit tests with coverage reporting: `make test_unit`

To run integration tests: `make test_integration`

To lint: `make lint`
