Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicolaiskogheim/inf3331-nicolai


https://github.com/nicolaiskogheim/inf3331-nicolai

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

INF3331-Nicolai [![Build Status](https://magnum.travis-ci.com/UiO-INF3331/INF3331-Nicolai.svg?token=d2hAWhNm6p8PZiqU2hNi&branch=master)](https://magnum.travis-ci.com/UiO-INF3331/INF3331-Nicolai)
===============

##Instructions

### Installing
To run tests you need to install
py.test.
`pip install -U pytest`

### Running tests

To run tests, `cd` into
desired directory and run `py.test` there
like so
```sh
cd oblig01
py.test
```