Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

shopozor/security-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security tests

Development setup

Pre-commit hooks

Before committing anything, please run

pre-commit install

at the root of your clone of this repository.

Virtual environment

You need to run the python tests in the virtual environment generated like this:

virtualenv venv
. venv/bin/activate
pip install -r tests/backend/requirements.txt

Run the backend tests

See the pipeline code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published