Closed zhangcshcn closed 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
This has been set up correctly. If nothing else to add, I will close it.
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?
@zhangcshcn all members are admins now in the repo.
Completed OK and closed.
As a developer
I need a setup.cfg file
So that I only have to type
nosetests
to run the test suite.Assumptions:
unittest
package to write the test.Acceptance Criteria:
nosetests
successfully launch the test suite.