Skip to content

looselycoupled/xbus-501-test-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains the automated testing workshop for the Georgetown University, Data Science Certificate Program, XBUS-501 Software Engineering for Data class.

In order to complete the workshop, clone this repository and then fill in the missing tests. If time allows feel free to continue adding tests or add more functionality to the buildings or vehicles modules for testing.

Setup

To download the repository, run git clone from the command line as follows:

git clone [email protected]:looselycoupled/xbus-501-test-workshop.git

Next, install the project dependencies using pip and the supplied requirements.txt file.

pip install -r requirements.txt

Tests

To execute the tests using the nose package test runner, use the following command:

nosetests -v --with-coverage --cover-package=motorsports --cover-inclusive --cover-erase tests

Alternatively, you can use the unittest test runner by using the following:

python -m unittest discover tests/

About

Automated Testing workshop for XBUS-501 Software Engineering for Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages