Skip to content

Commit

Permalink
Export AgateTestCase for use by extensions. Closes wireservice#426.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Jan 23, 2016
1 parent 86bc27b commit a285332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1.2.1
-----

* :class:`.AgateTestCase` is now available as ``agate.AgateTestCase``. (#426)
* :meth:`.TableSet.to_json` now has an ``indent`` option for use with ``nested``.
* :meth:`.TableSet.to_json` now has a ``nested`` option for writing a single, nested JSON file. (#417)
* :meth:`.TestCase.assertRowNames` and :meth:`.TestCase.assertColumnNames` now validate the row and column instance keys.
Expand Down
1 change: 1 addition & 0 deletions agate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from agate.mapped_sequence import MappedSequence
from agate.table import Table, allow_tableset_proxy
from agate.tableset import TableSet
from agate.testcase import AgateTestCase
from agate.warns import NullCalculationWarning, warn_null_calculation

if six.PY2: #pragma: no cover
Expand Down

0 comments on commit a285332

Please sign in to comment.