-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject_structure.txt
More file actions
72 lines (72 loc) · 1.55 KB
/
project_structure.txt
File metadata and controls
72 lines (72 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.github
ISSUE_TEMPLATE
bug_report.md
feature_request.md
workflows
lint.yml
test.yml
PULL_REQUEST_TEMPLATE.md
docs
images
contributing.JPG
XmlValidator.html
src
xmlvalidator
__init__.py
xml_validator_results.py
xml_validator_utils.py
XmlValidator.py
test
_data
integration
TC_02
02_test_schema.xsd
...
TC_31
includes
included_schema.xsd
xml
invalid_by_include.xml
invalid_by_main.xml
valid.xml
main_schema.xsd
unit
test.xml
test.xsd
_doc
integration
overview.html
README.md
unit
overview.html
README.md
integration
00_helper_keywords.robot
01_library_initialization.robot
02_basic_validation.robot
03_error_handling.robot
04_schema_resolution.robot
05_advanced_validation_1.robot
06_advanced_validation_2.robot
teardown_vars.py
validation_keywords.py
validation_keywords.resource
unit
test_xml_validator_results.py
test_xml_validator_utils.py
test_xmlvalidator.py
conftest.py
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
poetry.lock
project_meta.txt
project_structure.txt
pyproject.toml
pyrightconfig.json
README.md
requirements-dev.txt
requirements.txt