#5890 Test: test framework doesn't allow to extend find commands with options
Closed: Invalid None Opened 7 years ago by mbasti.

Currently implementation of test framework does not allow to specify extra search parameter in tracker.find() method except 'all', and 'raw'.

There are only workarounds:

command = tracker.make_find_command(custom_attr=value)
result = command()
tracker.check()

Would be nice to have only:

tracker.find(custom_attr=value)

I changed my mind, it is not worth to improve it

Metadata Update from @mbasti:
- Issue assigned to someone
- Issue set to the milestone: 0.0 NEEDS_TRIAGE

7 years ago

Login to comment on this ticket.

Metadata