/the_smallest_rest_api_testing_framework

The Smallest REST API testing framework in just 16 lines of code (#code16challenge)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

the_smallest_rest_api_testing_framework

The Smallest REST API testing framework in just 16 lines of code (#code16challenge)

It is a replay to 16 lines code from https://testerembyc.pl/posts/20201218/najmniejszy-framework-do-testow-w-pythonie/

Usage

To try code first of all use python venv

python3 -m venv venv

Activate venv

source venv/bin/activate

Install necessary modules

pip3 install -r requirements.txt

Run script

python3 main.py