Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mshenfield/nose-knows-test-project
Test project for nose-knows issue #4
https://github.com/mshenfield/nose-knows-test-project
Last synced: about 13 hours ago
JSON representation
Test project for nose-knows issue #4
- Host: GitHub
- URL: https://github.com/mshenfield/nose-knows-test-project
- Owner: mshenfield
- Created: 2017-05-23T01:14:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T01:14:56.000Z (over 7 years ago)
- Last Synced: 2024-06-11T20:35:44.242Z (5 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nose Knows Test Project
Test project for [nose-knows issue #4](https://github.com/eventbrite/nose-knows/issues/4)## Install
Install the requirements (nosetest and pytest)`pip install -r requirements.txt`
get a local checkout of [`nose-knows`](https://github.com/eventbrite/nose-knows), and
`pip install -e ../path/to/nose-knows`
## Usage
Follow the [`nose-knows` README](https://github.com/eventbrite/nose-knows).