-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First commit, add cache option to zeep and create a basic test case w… (
#141) * First commit, add cache option to zeep and create a basic test case with no properties * #140 add traceability import through properties * add documentation and example
- Loading branch information
1 parent
2528f7c
commit 7155a2a
Showing
8 changed files
with
528 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<testsuites name="Test run" tests="4" failures="1" errors="1" skipped="1" | ||
assertions="20" time="16.082687" timestamp="2021-04-02T15:48:23"> | ||
|
||
<testsuite name="Tests.Registration" tests="4" failures="1" errors="1" skipped="1" | ||
assertions="20" time="16.082687" timestamp="2021-04-02T15:48:23" | ||
file="tests/registration.code"> | ||
|
||
<testcase name="testCase8" classname="Tests.Registration" assertions="4" | ||
time="1.625275" file="tests/registration.code" line="302"> | ||
<skipped type="skipped" message="Test was skipped." /> | ||
</testcase> | ||
<testcase name="testCase9" classname="Tests.Registration" assertions="4" | ||
time="1.625275" file="tests/registration.code" line="302"> | ||
<failure message="Expected value did not match." type="AssertionError"> | ||
<!-- Failure description or stack trace --> | ||
</failure> | ||
</testcase> | ||
<testcase name="testCase10" classname="Tests.Registration" assertions="4" | ||
time="1.625275" file="tests/registration.code" line="302"> | ||
<error message="Division by zero." type="ArithmeticError"> | ||
<!-- Error description or stack trace --> | ||
</error> | ||
</testcase> | ||
<testcase name="testCase11" classname="Tests.Registration" assertions="4" | ||
time="1.625275" file="tests/registration.code" line="302"> | ||
</testcase> | ||
</testsuite> | ||
</testsuites> |
Oops, something went wrong.