summaryrefslogtreecommitdiff
path: root/doc/build/unreleased/mako_testing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/unreleased/mako_testing.rst')
-rw-r--r--doc/build/unreleased/mako_testing.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/unreleased/mako_testing.rst b/doc/build/unreleased/mako_testing.rst
new file mode 100644
index 0000000..13c51c8
--- /dev/null
+++ b/doc/build/unreleased/mako_testing.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: changed
+ :tickets: 349
+
+ Refactored test utilities into ``mako.testing`` module. Removed
+ ``unittest.TestCase`` dependency in favor of ``pytest``.