Skip to content

Commit

Permalink
Move Tests so they ship with colourettu
Browse files Browse the repository at this point in the history
  • Loading branch information
MinchinWeb committed Oct 22, 2016
1 parent 98dbb57 commit 65ebd4b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions colourettu/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""
Test suite for Coloutettu.
"""

from __future__ import absolute_import

import test_colour
import test_palette
import test_setup
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelog

.. currentmodule:: colourettu

- :support:`-` ship tests as a subpackage of ``colourettu``
- :support:`-` re-arragne and simplify internal package metadata and corresponding changes in ``setup.py``
- :support:`14` add code-style tests as another part of the Travis-CI test suite

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Testing *colourettu* requires:

Then run (from the base directory)::

green test -vv
green colourettu.tests -vv


Documentation Generation
Expand Down
Empty file removed tests/__init__.py
Empty file.

0 comments on commit 65ebd4b

Please sign in to comment.