Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 610 Bytes

INSTALLING.md

File metadata and controls

36 lines (24 loc) · 610 Bytes

This page accumulates known technical information on installing, developing, and testing the test-report service.

Table of contents

Local development and debugging

# Get Makefile help
make

# Install dependencies
make install

# Start the development server
make test-webserver

# Check linting python code
make linting

# Format your code automatically
make fmt

Test runtime

# Run unit-tests
make test