https://github.com/ajkavanagh/pythonne-tdd-example
Really, really simple TDD Example for Python NE Group
https://github.com/ajkavanagh/pythonne-tdd-example
Last synced: 3 months ago
JSON representation
Really, really simple TDD Example for Python NE Group
- Host: GitHub
- URL: https://github.com/ajkavanagh/pythonne-tdd-example
- Owner: ajkavanagh
- License: mit
- Created: 2014-04-08T14:20:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T10:39:38.000Z (about 11 years ago)
- Last Synced: 2025-01-11T13:17:35.502Z (5 months ago)
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PythonNE-TDD-Example
====================First steps (to follow along):
Create a virtual env:
---------------------
```
$ mkvirtualenv PNE-TDD
$ pip install nose
```