-
-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests for API method tcms.bugs.api.add_tag(). Refs #1597 #1689
Add tests for API method tcms.bugs.api.add_tag(). Refs #1597 #1689
Conversation
0932738
to
840acbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Missing
Refs #
to the actual issue number - CI failing
840acbf
to
e72fd58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebase on the latest master and use the APIPermissionsTestCase
implementation from there. There's also an example how to use it.
7b11ff8
to
711bba2
Compare
@atodorov I've implemented the changes you requested |
711bba2
to
02b067e
Compare
@atodorov I've implemented the changes you requested |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testing / without internal bug tracker
CI job is failing, needs to be fixed. See how the other test files under tcms/bugs/tests skip the testing if bug tracker is not enabled.
02b067e
to
b2b39a2
Compare
b2b39a2
to
6d9f750
Compare
This PR adds tests for the
add_tag()
api method intcms/bugs/api.py
as per #1597