Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish the testing process #43

Merged
merged 1 commit into from
Sep 22, 2014
Merged

Polish the testing process #43

merged 1 commit into from
Sep 22, 2014

Conversation

Ichimonji10
Copy link
Contributor

Change how Travis executes tests:

  • Make Travis install requirements from requirements-optional.txt. Formerly,
    Travis would install a set of requirements listed in .travis.yml.
  • Make Travis run unit tests, collect coverage statistics and run doctests by
    calling make. Formerly, Travis executed unit tests and collected coverage
    statistics by executing a command listed in .travis.yml, and Travis did not
    execute doctests at all.

Update the makefile to support these changes.

  • Add the command test-all.
  • Trim down the command test.

Drop docs/requirements.txt, as it appears to be useless. Add
requirements.txt.

Flesh out the contribution guidelines in the readme.

Change how Travis executes tests:

* Make Travis install requirements from `requirements-optional.txt`. Formerly,
  Travis would install a set of requirements listed in `.travis.yml`.
* Make Travis run unit tests, collect coverage statistics and run doctests by
  calling make. Formerly, Travis executed unit tests and collected coverage
  statistics by executing a command listed in `.travis.yml`, and Travis did not
  execute doctests at all.

Update the makefile to support these changes.

* Add the command `test-all`.
* Trim down the command `test`.

Drop `docs/requirements.txt`, as it appears to be useless. Add
`requirements.txt`.

Flesh out the contribution guidelines in the readme.
@omaciel
Copy link
Owner

omaciel commented Sep 22, 2014

APT

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 93851ce on Ichimonji10:travis into 39885bd on omaciel:master.

omaciel added a commit that referenced this pull request Sep 22, 2014
Polish the testing process
@omaciel omaciel merged commit 0990fc6 into omaciel:master Sep 22, 2014
@Ichimonji10 Ichimonji10 deleted the travis branch September 22, 2014 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants