https://github.com/cryptaliagy/acltest
https://github.com/cryptaliagy/acltest
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptaliagy/acltest
- Owner: cryptaliagy
- Created: 2020-06-10T20:08:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T19:01:26.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T02:14:32.772Z (over 1 year ago)
- Language: Python
- Size: 5.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AclTest

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
[](https://taliamax.github.io/acltest/latest.svg)
### Inverted Flamegraph
[](https://taliamax.github.io/acltest/latest_inverted.svg)