fuel-qa/fuelweb_test/testrail
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
..
__init__.py Pylint: fix trivial issues 2 2016-03-16 10:30:31 +03:00
builds.py Swith to unicode for whole testrail 2016-04-12 13:06:39 +00:00
datetime_util.py Add update testrail fields functionality for testrail reporter 2016-04-27 13:47:19 +00:00
generate_statistics.py Encode html if it in unicode (binary write of unicode is impossible) 2016-04-19 13:10:44 +00:00
launchpad_client.py Use unicode for strings in TestRail statistics 2016-04-07 12:23:13 +00:00
report_pi.py Swith to unicode for whole testrail 2016-04-12 13:06:39 +00:00
report_tempest_results.py Swith to unicode for whole testrail 2016-04-12 13:06:39 +00:00
report.py Search target Test Runs across all available Plans 2016-04-21 09:06:11 +00:00
settings.py Remove Mirantis mentionings from fuel-qa 2016-04-22 08:17:11 +00:00
testrail_client.py Add update testrail fields functionality for testrail reporter 2016-04-27 13:47:19 +00:00
testrail.py Swith to unicode for whole testrail 2016-04-12 13:06:39 +00:00
upload_cases_description.py Add update testrail fields functionality for testrail reporter 2016-04-27 13:47:19 +00:00
upload_tempest_test_suite.py Swith to unicode for whole testrail 2016-04-12 13:06:39 +00:00