fuel-qa/doc/testrail.rst
Andrey Lavrentyev 21584924af Add update testrail fields functionality for testrail reporter
and small refactoring of description parsing

Add update_case() method to testrail client
Pull parsing custom cases fields into _get_custom_cases_fields() method
Add _get_fields_to_update() method to test cases uploader
Change log message for up-to-date cases
Add new file: datetime_util.py
Add method that converts duration to testrail estimate format
Register new file in the doc/testrail.rst
Change duration regexp and pull it into compiled instance
Pull tests discovering and test plan creation into
  _create_test_plan_from_registry() function
Pull various case checks into _is_case_processable() function
Pull test case name getter actions into _get_test_case_name() function
Pull case 'not included' verification into _is_not_included() function
Pull case 'excluded' verification into _is_excluded() function
Pull docstring getter actions into _get_docstring() function
Pull docstring parsing actions into _parse_docstring() function
Add support for multiline title and test case steps

Change-Id: I2245b939e91bab9d4f48b072e89d86163a0dd6b0
Closes-Bug: #1558008
(cherry picked from commit 4ac47dad9b)
2016-04-27 13:47:19 +00:00

1.3 KiB

Testrail

Testrail

Builds

fuelweb_test.testrail.builds

Launchpad client

fuelweb_test.testrail.launchpad_client

Report

fuelweb_test.testrail.report

Report partner ingreation

fuelweb_test.testrail.report_pi

Report tempest results

fuelweb_test.testrail.report_tempest_results

Settings

fuelweb_test.testrail.settings

Testrail

fuelweb_test.testrail.testrail

Testrail Client

fuelweb_test.testrail.testrail_client

Upload Cases Description

fuelweb_test.testrail.upload_cases_description

Upload tempest test suite

fuelweb_test.testrail.upload_tempest_test_suite

Generate bugs statistics for TestPlan

fuelweb_test.testrail.generate_statistics

Datetime utils for Testrail

fuelweb_test.testrail.datetime_util