Skip to content
Snippets Groups Projects
Select Git revision
  • ems19_continue
  • godp21_continuidade
  • master default protected
  • update
  • use_base_url_env
  • test_env_production
  • update_result_routes
  • development
8 results

lde-api-regression-test

  • Clone with SSH
  • Clone with HTTPS
  • LDE API Regression Test

    Regression test is a tool for validate existent functionality with each new release of code.

    Table of content

    LDE API Regression Test

    Getting Started

    Requirements

    Installation

    Clone this repository

    git clone git@gitlab.c3sl.ufpr.br:simcaq/lde-api-regression-test.git

    Go to this repository

    cd lde-api-regression-test

    Create a virtual environment

    virtualenv -p python3.5 env

    Activate the virtual environment

    source env/bin/activate

    Install dependencies

    pip install -r requirements.txt

    Usage

    Set settings.py

    Set base url to the running API (local ex.: localhost:PORT):

    BASE_URL="https://simcaq.c3sl.ufpr.br/api/v1/"