Skip to content

klangner/blackbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo application for the Poke the Box testing system.

The Poke the Box (PTB)is an idea that the information about application can be learn by calling its REST API and checking response. This is testbed application which is used by PTB system to test different scenarios.

Installation

Create virtual environment

virtualenv -p /usr/bin/python3 venv
source venv/bin/activate

Install requirements

pip install flask

Run application

python blackbox.py

About

Demo application for the Poke the Box testing system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published