#50841 Issue 50840 - Fix test docstrings metadata
Closed by spichugi. Opened by vashirov.
vashirov/389-ds-base fix-metadata  into  master

Download 50841.patch

Bug Description:
Some tests have an incorrect metadata in the docstrings. This prevents
the import of the test cases in the test case management system.

Fix Description:
Update the metadata:

  • Add pytest markers for bugzillas and pagure tickets to pytest.ini
  • Add missing test tier markers
  • Fix missing newline between the short description and :id: token.
  • Update test descriptions
  • Fix aci tests so that the correct test case name is used in the
    aci description

Metadata Update from @vashirov:
- Pull-request tagged with: WIP

LGTM :-)

@mreynolds thanks :) It's still in progress though, need to confirm that the import works correctly.

@bsmejkal, could you please check that the test case import generates the correct data? I think I fixed all the obvious issues, but maybe the import tool finds some more. Thanks!

rebased onto 314f7cc125c9972abe55ac94d66473ee7c117201

1 new commit added

  • Fix unexpected indentation for the importer plugin

rebased onto 6f42e643d42855bf507f5f38a63f4dd2df46461f

rebased onto 92c1a6f3294ef28c30d4ebf453e2f164942538a3

Metadata Update from @vashirov:
- Pull-request untagged with: WIP

Ok, I finally fixed all the docutils' parser warnings and errors. Please review.

Wow, quite a bit of work! LGTM

rebased onto 567e8312d754df238d685828369179f7e624686b

Thanks, merging.

Pull-Request has been merged by vashirov

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/3895

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

Metadata