robotframework-testdoc 0.2.0__tar.gz → 0.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of robotframework-testdoc might be problematic. Click here for more details.
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/PKG-INFO +7 -1
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/README.md +4 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/pyproject.toml +5 -1
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/robotframework_testdoc.egg-info/PKG-INFO +7 -1
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/.github/workflows/build-publish.yml +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/.github/workflows/release.yml +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/.gitignore +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/LICENSE +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/atest/config/config_with_colors.toml +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/atest/config/testdoc.toml +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/atest/config_pyproject/example_pyproject.toml +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/atest/test_cli.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/atest/test_cli.robot +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/docs/html_v1_common.png +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/docs/html_v2_root.png +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/docs/html_v2_suitefile.png +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/docs/style_blue.png +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/docs/style_dark.png +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/docs/style_robot.png +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/setup.cfg +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/robotframework_testdoc.egg-info/SOURCES.txt +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/robotframework_testdoc.egg-info/dependency_links.txt +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/robotframework_testdoc.egg-info/entry_points.txt +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/robotframework_testdoc.egg-info/requires.txt +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/robotframework_testdoc.egg-info/top_level.txt +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/__init__.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/__main__.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/cli.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/default.toml +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/helper/cliargs.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/helper/datetimeconverter.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/helper/logger.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/helper/pathconverter.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/helper/toml_reader.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/html/images/robotframework.svg +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/html/templates/v1/jinja_template_01.html +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/html/templates/v1/jinja_template_02.html +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/html/templates/v2/jinja_template_03.html +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/html/themes/__init__.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/html/themes/theme_config.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/html/themes/themes.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/html_rendering/render.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/parser/modifier/sourceprefixmodifier.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/parser/modifier/suitefilemodifier.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/parser/testcaseparser.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/parser/testsuiteparser.py +0 -0
- {robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/testdoc.py +0 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robotframework-testdoc
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: A CLI Tool to generate a Test Documentation for your RobotFramework Test Scripts.
|
|
5
5
|
Author-email: Marvin Klerx <marvinklerx20@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
|
+
Project-URL: Repository, https://github.com/MarvKler/robotframework-testdoc
|
|
8
|
+
Project-URL: Issues, https://github.com/MarvKler/robotframework-testdoc/issues
|
|
7
9
|
Requires-Python: >=3.7
|
|
8
10
|
Description-Content-Type: text/markdown
|
|
9
11
|
License-File: LICENSE
|
|
@@ -15,6 +17,10 @@ Dynamic: license-file
|
|
|
15
17
|
|
|
16
18
|
# Robot Framework TestDoc
|
|
17
19
|
|
|
20
|
+
## GitHub Project
|
|
21
|
+
|
|
22
|
+
Link to GitHub Project: [robotframework-testdoc](https://github.com/MarvKler/robotframework-testdoc)
|
|
23
|
+
|
|
18
24
|
## Statistics
|
|
19
25
|
|
|
20
26
|
[](https://github.com/MarvKler/robotframework-testdoc/actions/workflows/release.yml)
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Robot Framework TestDoc
|
|
2
2
|
|
|
3
|
+
## GitHub Project
|
|
4
|
+
|
|
5
|
+
Link to GitHub Project: [robotframework-testdoc](https://github.com/MarvKler/robotframework-testdoc)
|
|
6
|
+
|
|
3
7
|
## Statistics
|
|
4
8
|
|
|
5
9
|
[](https://github.com/MarvKler/robotframework-testdoc/actions/workflows/release.yml)
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "robotframework-testdoc"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
8
|
description = "A CLI Tool to generate a Test Documentation for your RobotFramework Test Scripts."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.7"
|
|
@@ -23,6 +23,10 @@ dependencies = [
|
|
|
23
23
|
[project.scripts]
|
|
24
24
|
testdoc = "testdoc.cli:main"
|
|
25
25
|
|
|
26
|
+
[project.urls]
|
|
27
|
+
Repository = "https://github.com/MarvKler/robotframework-testdoc"
|
|
28
|
+
Issues = "https://github.com/MarvKler/robotframework-testdoc/issues"
|
|
29
|
+
|
|
26
30
|
[tool.setuptools]
|
|
27
31
|
include-package-data = true
|
|
28
32
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robotframework-testdoc
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: A CLI Tool to generate a Test Documentation for your RobotFramework Test Scripts.
|
|
5
5
|
Author-email: Marvin Klerx <marvinklerx20@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
|
+
Project-URL: Repository, https://github.com/MarvKler/robotframework-testdoc
|
|
8
|
+
Project-URL: Issues, https://github.com/MarvKler/robotframework-testdoc/issues
|
|
7
9
|
Requires-Python: >=3.7
|
|
8
10
|
Description-Content-Type: text/markdown
|
|
9
11
|
License-File: LICENSE
|
|
@@ -15,6 +17,10 @@ Dynamic: license-file
|
|
|
15
17
|
|
|
16
18
|
# Robot Framework TestDoc
|
|
17
19
|
|
|
20
|
+
## GitHub Project
|
|
21
|
+
|
|
22
|
+
Link to GitHub Project: [robotframework-testdoc](https://github.com/MarvKler/robotframework-testdoc)
|
|
23
|
+
|
|
18
24
|
## Statistics
|
|
19
25
|
|
|
20
26
|
[](https://github.com/MarvKler/robotframework-testdoc/actions/workflows/release.yml)
|
{robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/.github/workflows/build-publish.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/atest/config/config_with_colors.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/helper/pathconverter.py
RENAMED
|
File without changes
|
{robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/helper/toml_reader.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/html/themes/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/html/themes/themes.py
RENAMED
|
File without changes
|
{robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/html_rendering/render.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/parser/testcaseparser.py
RENAMED
|
File without changes
|
{robotframework_testdoc-0.2.0 → robotframework_testdoc-0.2.2}/src/testdoc/parser/testsuiteparser.py
RENAMED
|
File without changes
|
|
File without changes
|