Skip to content

jensgustafsson/tdd-trainee-intro-tmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Trainee TDD-intro

Instructions

Install python

https://www.python.org/downloads/release/python-343/

Install git

https://git-scm.com/

Choose a text editor/IDE

If you don't have a preference, you might want to check out one of the following to start with:

Set up the project

From a terminal, run the following:

git clone https://github.com/Lundalogik/trainee-tdd-intro.git
cd scheduler

# Set up virtual environment (your path to python might vary)
C:\Python34\python -m venv venv

# Activate the virtual environment
venv\Scripts\activate.bat

# Install dependencies
pip install -r requirements.txt

# Run the tests
nosetests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages