kodetest

Tilhørende tester for programmeringsoppgavene på kodeklubben.github.io


Keywords
kodetest
License
MIT
Install
pip install kodetest==0.0.1

Documentation

kodetest

build-status-image pypi-version wheel

Overview

Tilhørende tester for programmeringsoppgavene på kodeklubben.github.io

Installation

Install using pip...

pip install kodetest

Example

TODO: Write example.

API reference

API reference is at http://kodetest.rtfd.org.

Development

Install dependencies and link development version of kodetest to pip:

git clone https://github.com/arve0/kodetest
cd kodetest
pip install -r requirements.txt # install dependencies and kodetest-package

Testing

tox

Build documentation locally

To build the documentation:

pip install -r docs/requirements.txt
make docs