nyu-devops-team / customers

The customers resource is a representation of the customer accounts of the eCommerce site
2 stars 1 forks source link

Create setup.cfg #3

Closed eaglet closed 4 years ago

eaglet commented 4 years ago

As a Developer I need A setup.cfg file So that When developers type "nosetests" it automatically run our test.

Assumptions:

Acceptance Criteria:

Given - The config file
When - We run "nosetests"
Then - It automatically runs our tests