DevOps2018-Promotions / promotions

The promotions resource is a representation of a special promotion or sale that is running against a product or perhaps the entire store. Some examples are "buy 1 get 1 free", "20% off" etc.
MIT License
2 stars 2 forks source link

Create a setup.cfg file #25

Closed zhangcshcn closed 6 years ago

zhangcshcn commented 6 years ago

As a developer
I need a setup.cfg file
So that I only have to type nosetests to run the test suite.

Assumptions:

Acceptance Criteria:
nosetests successfully launch the test suite.

bengunvl commented 6 years ago

Copy what is in lab-vagrant\lab-flask-tdd\

[nosetests] verbosity=2 with-spec=1 spec-color=1 with-coverage=1 cover-erase=1 cover-package=server,models

with-xunit=1

xunit-file=./reports/unittests.xml

cover-xml=1

cover-xml-file=./reports/coverage.xml

bengunvl commented 6 years ago

This has been set up correctly. If nothing else to add, I will close it.

zhangcshcn commented 6 years ago

This file is only for nosetests. I don't see any need for future amendments.
Also, @bengunvl will you please add us to the co-owner of the organization so that we also have some degree of privilege to change the settings?

bengunvl commented 6 years ago

@zhangcshcn all members are admins now in the repo.

bengunvl commented 6 years ago

Completed OK and closed.