Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ct a behaviour for test suites (original by richcarl) #2794

Merged
merged 29 commits into from
Oct 29, 2020
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6f797d9
Make ct a behaviour for test suites
Oct 24, 2018
2132d78
Prepare to move behaviour-related code to new module ct_suite
paulo-ferraz-oliveira Oct 9, 2020
07c77ed
Copy richcarl's behaviour, as-is, to new behaviour-defining module ct…
paulo-ferraz-oliveira Oct 9, 2020
27c2d4f
Improve -spec(_).s by using doc. as reference (also add missing eleme…
paulo-ferraz-oliveira Oct 9, 2020
5a21b49
Format as per other elements in common_test (everything except -callb…
paulo-ferraz-oliveira Oct 9, 2020
5a7b1ee
Format -callback elements as per other behaviour-defining modules in …
paulo-ferraz-oliveira Oct 9, 2020
b582531
Further tweak the format
paulo-ferraz-oliveira Oct 9, 2020
d9241db
Re-read the online doc. and name input accordingly (eases reference)
paulo-ferraz-oliveira Oct 9, 2020
713e0a0
Export types only if referenced by -callback
paulo-ferraz-oliveira Oct 9, 2020
e0c43c9
Export some more types as per previous commit's "promise"
paulo-ferraz-oliveira Oct 9, 2020
4bb5aeb
Segregate `default` from Module:groups()
paulo-ferraz-oliveira Oct 13, 2020
a720ef3
Fix CTHPriority's type
paulo-ferraz-oliveira Oct 13, 2020
fa7e27a
Add Makefile info (as per ssh/src - example)
paulo-ferraz-oliveira Oct 14, 2020
f368e57
Approach code and documentation
paulo-ferraz-oliveira Oct 14, 2020
bbe9eac
Conform to type-export policy (only input and output)
paulo-ferraz-oliveira Oct 14, 2020
d7f8a18
Tweak common_test_app.xml (and fix some issue while at it)
paulo-ferraz-oliveira Oct 14, 2020
6f400fa
Add ct_suite with data types and callback definitions
paulo-ferraz-oliveira Oct 14, 2020
4f9bcef
Simplify doc. by using seetype references
paulo-ferraz-oliveira Oct 14, 2020
e3cd578
Prefer plural when in lists, prefer singular when not
paulo-ferraz-oliveira Oct 14, 2020
8c9fd13
Fix doc as per generation procedure
paulo-ferraz-oliveira Oct 14, 2020
0011eb4
Fix post-rebase elements that had been transported from common_test_a…
paulo-ferraz-oliveira Oct 14, 2020
edf6e02
Simplify the doc further
paulo-ferraz-oliveira Oct 14, 2020
627e3ef
Fix doc generation issues
paulo-ferraz-oliveira Oct 15, 2020
bfd6ba8
Fix after looking at generated doc.
paulo-ferraz-oliveira Oct 16, 2020
4ddf2bc
Apply newly acquired knowledge to some previously existing common tes…
paulo-ferraz-oliveira Oct 16, 2020
6fbd047
Tentatively fix source file generation
paulo-ferraz-oliveira Oct 20, 2020
84c92b9
Respect xmllint
paulo-ferraz-oliveira Oct 21, 2020
ab1f547
Adopt a new approach to doc. hyperlinks
paulo-ferraz-oliveira Oct 21, 2020
b48a74f
Fix broken doc. links
paulo-ferraz-oliveira Oct 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lib/common_test/doc/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ XML_REF3_FILES = ct.xml \
ct_property_test.xml \
ct_netconfc.xml \
ct_hooks.xml \
ct_testspec.xml
ct_testspec.xml \
ct_suite.xml
XML_REF6_FILES = common_test_app.xml

XML_PART_FILES = part.xml
Expand Down Expand Up @@ -86,7 +87,7 @@ XML_FILES=$(XML_APPLICATION_FILES) $(XML_REF1_FILES) $(XML_REF3_FILES) $(XML_RE

TOP_SPECS_FILE = specs.xml

NO_CHUNKS = ct_hooks.xml
NO_CHUNKS = ct_hooks.xml ct_suite.xml

# ----------------------------------------------------

Expand Down
557 changes: 0 additions & 557 deletions lib/common_test/doc/src/common_test_app.xml

Large diffs are not rendered by default.

Loading