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

https://github.com/cryptaliagy/acltest


https://github.com/cryptaliagy/acltest

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# AclTest
![build status](https://github.com/taliamax/acltest/workflows/build/badge.svg)

It is highly recommended to use the python package `pre-commit` as it will ensure all commits pass the lint.

```bash
$ pip install pre-commit
$ pre-commit install
```

An install script has been included to install all requirements and all test requirements, as well as running the test suite for a baseline. Optionally, this can also install pre-commit hooks if you pass the `--hooks` flag

```bash
$ ./install # no pre-commit hooks
# ./install --hooks # with pre-commit hooks
```

An uninstall script has also been included. It also accepts the `--hooks` flag to uninstall pre-commit and its dependencies.

```bash
$ ./uninstall # uninstalls just acltest and its dependencies
$ ./uninstall --hooks # uninstalls pre-commit hooks as well as acltest
```

## Latest flamegraphs

### Flamegraph
[![regular flamegraph](./docs/latest.svg)](https://taliamax.github.io/acltest/latest.svg)

### Inverted Flamegraph
[![inverted flamegraph](./docs/latest_inverted.svg)](https://taliamax.github.io/acltest/latest_inverted.svg)