Skip to content

Commit

Permalink
fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Mar 26, 2024
1 parent de1a293 commit 8dca19f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions test/output/test-nested.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<testsuites disabled="0" errors="0" failures="2" tests="7" time="0.010541631081999998">
<testsuite disabled="0" errors="0" failures="2" name="test/fixtures/test-nested" skipped="0" tests="7" time="0.010541631081999998" hostname="{HOSTNAME}">
<testsuites disabled="0" errors="0" failures="2" tests="7" time="0.010541631082">
<testsuite disabled="0" errors="0" failures="2" name="test/fixtures/test-nested" skipped="0" tests="7" time="0.010541631082" hostname="{HOSTNAME}">
<testcase name="- top level 1" time="0.000341"/>
<testcase name="- top level 2" time="0.000303"/>
<testcase name="- nested 1" time="0.002368"/>
Expand Down
4 changes: 2 additions & 2 deletions test/output/test.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<testsuites disabled="0" errors="1" failures="0" tests="2370" time="11.86254800000001">
<testsuite disabled="0" errors="1" failures="0" name="test/fixtures/test" skipped="45" tests="2370" time="11.86254800000001" hostname="{HOSTNAME}">
<testsuites disabled="0" errors="1" failures="0" tests="2370" time="11.862548">
<testsuite disabled="0" errors="1" failures="0" name="test/fixtures/test" skipped="45" tests="2370" time="11.862548" hostname="{HOSTNAME}">
<testcase name="test-crypto-randomBytes" time="0.002551" classname="async-hooks"/>
<testcase name="test-crypto-pbkdf2" time="0.003122" classname="async-hooks"/>
<testcase name="test-async-await" time="0.003518" classname="async-hooks"/>
Expand Down
4 changes: 2 additions & 2 deletions test/output/test3.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<testsuites disabled="0" errors="1" failures="0" tests="2367" time="1.138146">
<testsuite disabled="0" errors="1" failures="0" name="test/fixtures/test3" skipped="25" tests="2367" time="1.138146" hostname="{HOSTNAME}">
<testsuites disabled="0" errors="1" failures="0" tests="2367" time="1.1381459999999999">
<testsuite disabled="0" errors="1" failures="0" name="test/fixtures/test3" skipped="25" tests="2367" time="1.1381459999999999" hostname="{HOSTNAME}">
<testcase name="test-async-await" time="0.000601" classname="async-hooks"/>
<testcase name="test-callback-error" time="0.000764" classname="async-hooks"/>
<testcase name="test-crypto-pbkdf2" time="0.000225" classname="async-hooks"/>
Expand Down
4 changes: 2 additions & 2 deletions test/output/yaml-block.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<testsuites disabled="0" errors="0" failures="24" tests="65" time="0.019785572145999998">
<testsuite disabled="0" errors="0" failures="24" name="test/fixtures/yaml-block" skipped="11" tests="65" time="0.019785572145999998" hostname="{HOSTNAME}">
<testsuites disabled="0" errors="0" failures="24" tests="65" time="0.019785572146">
<testsuite disabled="0" errors="0" failures="24" name="test/fixtures/yaml-block" skipped="11" tests="65" time="0.019785572146" hostname="{HOSTNAME}">
<testcase name="test_runner_describe_it" time="0.004758" classname="message">
<failure type="1" message="fail (1)">
---
Expand Down

0 comments on commit 8dca19f

Please sign in to comment.