Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolaiskogheim/inf3331-nicolai
https://github.com/nicolaiskogheim/inf3331-nicolai
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolaiskogheim/inf3331-nicolai
- Owner: nicolaiskogheim
- Created: 2015-08-07T22:51:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T22:52:26.000Z (over 9 years ago)
- Last Synced: 2024-10-14T12:56:06.493Z (2 months ago)
- Language: Python
- Size: 13.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```