Skip to content

Commit

Permalink
Update docstring CopyRecursiveUnitsTestCase
Browse files Browse the repository at this point in the history
Update the docstring of `CopyRecursiveUnitsTestCase` to include another issue
related to this test case.

See: pulp/pulp-smash#1090
  • Loading branch information
kersom committed Sep 6, 2018
1 parent a6439f9 commit 887dee3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pulp_2_tests/tests/rpm/api_v2/test_rich_weak_dependencies.py
Expand Up @@ -183,9 +183,10 @@ def test_all(self):
class CopyRecursiveUnitsTestCase(unittest.TestCase):
"""Test copy units for a repository rich/weak dependencies.
This test targets the following issue:
This test targets the following issues:
`Pulp Smash #1107 <https://github.com/PulpQE/pulp-smash/issues/1107>`_.
* `Pulp Smash #1090 <https://github.com/PulpQE/pulp-smash/issues/1090>`_.
* `Pulp Smash #1107 <https://github.com/PulpQE/pulp-smash/issues/1107>`_.
"""

@classmethod
Expand Down

0 comments on commit 887dee3

Please sign in to comment.