Metadata-Version: 2.1
Name: xmind2testlink
Version: 2.0.9
Summary: Convert xmind to TestLink xml
Home-page: https://github.com/tobyqin/xmind2testlink
Author: Toby Qin
Author-email: toby.qin@live.com
License: UNKNOWN
Keywords: xmind testlink import converter testing testcase
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: xmindparser


Documentation
-------------
xmind2testlink is a tool to help you convert xmind file to testlink recognized xml files,
then you can import it into testlink as test suite and test cases.

For more detail, please go to: https://github.com/tobyqin/xmind2testlink


Change Log
----------
2.0.9

Fix unit test and flake8 issues.

2.0.8

Enhancement - parse callout as preconditions for XmindZen.
Auto determine rule v1 or v2 by checking descendants of the 3rd level nodes(which is v1 testcase level) have priority marker or not.  

2.0.7

Bug fix - convert execution type to 1 by default.

2.0.6

Support XmindZen file type, since comments feature is removed in xmind zen, so we cannot create `preconditions` from XmindZen.

2.0.5

Bug fix - failed to parse priority maker, thanks @nancy301513.

2.0.4

Bug fix - failed to parse comment node.

2.0.3

Bug fix - root suite should not have a title.

2.0.1

Bug fix - web app should not cache the connector.
Bug fix - combination title parts incorrectly under some conditions.

2.0.0

Upgrade to v2.0, support convert more flexible xmind files.

1.1.7

Keep line breaks and html tag for text fields, such as test suite summary, test case steps.

1.1.4

Fix potential failure if test action node is empty.

1.1.1

Fix potential failure if the node is a image.

1.1.0

Handle unicode in xmind.

1.0.0

The baby version.

