You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functional tests were commented out because of:
profanity-im#1010
An issue was raised for stabber:
profanity-im/stabber#5
Once this issue is resolved functional tests should be enabled again.
jubalh
added a commit
to jubalh/profanity
that referenced
this issue
Aug 30, 2018
Functional tests were commented out because of:
profanity-im#1010
An issue was raised for stabber:
profanity-im/stabber#5
Once this issue is resolved functional tests should be enabled again.
Currently the
stbbr_for_id
functionality allows stubbing Stanza responses based on the Stanza ID.Clients generally use random numbers for IDs, so Stabber should never be reliant on them.
A better approach would be to stub a response based on the stanza contents.
The text was updated successfully, but these errors were encountered: