TAP parsing should fail on multiple TAP headers
ClosedPublic

Authored by lbrabec on Jun 11 2014, 9:16 AM.

Details

Summary

pytap13 0.1.0 (with multiple header check) is now in pypi, tests will pass.

Test Plan

$ py.test -F

Diff Detail

Repository
rLTRN libtaskotron
Branch
feature/T205
Lint
No Linters Available
Unit
No Unit Test Coverage
lbrabec retitled this revision from to TAP parsing should fail on multiple TAP headers.Jun 11 2014, 9:16 AM
lbrabec updated this object.
lbrabec edited the test plan for this revision. (Show Details)
lbrabec added a reviewer: kparal.
kparal added inline comments.Jun 11 2014, 11:01 AM
testing/test_check.py
425–451

Since the purpose is to test doubled TAP header, let's make the body of the TAP result as short as possible, so that we avoid unnecessary wall of text. The minimal functional TAP should be like this:

TAP Version 13
1..1
ok - $CHECKNAME for XXX
---
item: XXX
...
lbrabec updated this revision to Diff 386.Jun 11 2014, 11:25 AM
  • shorter test
lbrabec updated this revision to Diff 387.Jun 11 2014, 11:34 AM
  • correct version of pytap13 in requirements.txt
lbrabec updated this object.Jun 11 2014, 11:39 AM
lbrabec updated this revision to Diff 388.Jun 11 2014, 11:59 AM
  • correct version of pytap13 in spec file
kparal accepted this revision.Jun 11 2014, 12:00 PM

Seems OK.

This revision is now accepted and ready to land.Jun 11 2014, 12:00 PM

Closed by commit ea1e2f7 (authored by @lbrabec).

lbrabec closed this revision.Jun 11 2014, 12:06 PM