Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arve0/kodetest
Tilhørende tester for programmeringsoppgavene på kodeklubben.github.io
https://github.com/arve0/kodetest
Last synced: 8 days ago
JSON representation
Tilhørende tester for programmeringsoppgavene på kodeklubben.github.io
- Host: GitHub
- URL: https://github.com/arve0/kodetest
- Owner: arve0
- License: mit
- Created: 2015-06-10T10:22:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-10T10:23:35.000Z (over 9 years ago)
- Last Synced: 2024-04-11T07:27:27.259Z (7 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kodetest
[![build-status-image]][travis]
[![pypi-version]][pypi]
[![wheel]][pypi]## Overview
Tilhørende tester for programmeringsoppgavene på kodeklubben.github.io
## Installation
Install using `pip`...
```bash
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:
```bash
git clone https://github.com/arve0/kodetest
cd kodetest
pip install -r requirements.txt # install dependencies and kodetest-package
```### Testing
```bash
tox
```### Build documentation locally
To build the documentation:
```bash
pip install -r docs/requirements.txt
make docs
```[build-status-image]: https://secure.travis-ci.org/arve0/kodetest.png?branch=master
[travis]: http://travis-ci.org/arve0/kodetest?branch=master
[pypi-version]: https://pypip.in/version/kodetest/badge.svg
[pypi]: https://pypi.python.org/pypi/kodetest
[wheel]: https://pypip.in/wheel/kodetest/badge.svg