T143 - Add possibility to set checkname on TAP export
ClosedPublic

Authored by tflink on Jun 23 2014, 12:58 PM.

Details

Summary

Adds a parameter to export_TAP() method, which can override the default $CHECKNAME value.
Consider this a hotfix for T143.

Test Plan

Unittest included and working.

Diff Detail

Repository
rLTRN libtaskotron
Lint
Lint Skipped
Unit
Unit Tests Skipped
jskladan retitled this revision from to T143 - Add possibility to set checkname on TAP export.Jun 23 2014, 12:58 PM
jskladan updated this object.
jskladan edited the test plan for this revision. (Show Details)
jskladan added reviewers: tflink, kparal.
jskladan added a subscriber: mkrizek.
tflink accepted this revision.Jun 23 2014, 1:01 PM

This works for me as a temporary solution

This revision is now accepted and ready to land.Jun 23 2014, 1:01 PM
kparal accepted this revision.Jun 23 2014, 1:26 PM

Until we resolve D130, this is probably the best approach.

libtaskotron/check.py
250

I guess you wanted to put str inside the tag, to specify parameter type.

:param str checkname: the name of the executed check
tflink commandeered this revision.Jun 23 2014, 1:53 PM
tflink edited reviewers, added: jskladan; removed: tflink.

I want to get this pushed today, so I'm commandeering for the fix that @kparal mentioned

tflink updated this revision to Diff 443.Jun 23 2014, 1:53 PM
  • fixing sphinx comment from review
tflink updated this revision to Diff 444.Jun 23 2014, 1:56 PM
  • fixing description of checkname argument that was missed in last commit
tflink closed this revision.Jun 23 2014, 2:00 PM
tflink updated this revision to Diff 445.

Closed by commit rLTRN3859e975d3d4 (authored by @jskladan, committed by @tflink).