summaryrefslogtreecommitdiff
path: root/yarns/900-implements.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/900-implements.yarn')
-rw-r--r--yarns/900-implements.yarn5
1 files changed, 5 insertions, 0 deletions
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index 8afc97a..e4e04e1 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -83,6 +83,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
actual = json.loads(vars['body'])
assertEqual(expected, actual)
+ IMPLEMENTS THEN body text is "(.*)"
+ expected = unescape(get_next_match())
+ actual = vars['body']
+ assertEqual(expected, actual)
+
IMPLEMENTS THEN version in body matches version from setup.py
body = vars['body']
obj = json.loads(body)