For some inexplicable reason, the Python TAP Module is incomplete. Being that module is the best thing to happen to the best language of all time, it seems impossible, but it’s true. As I use the module, I have been needed to make some obvious improvements. I have posted these below for your enjoyment.
Enjoy!
- Edward
This is my updated init.py:
import sys import atexitclass Plan(object): def init(self, plan, param=None): self.counter = 0 self.expected_tests = None