Skip to content

Commit

Permalink
Merge 6 integration test fixtures into one (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Apr 10, 2018
1 parent b2ddb14 commit e116b2c
Show file tree
Hide file tree
Showing 23 changed files with 56 additions and 236 deletions.
18 changes: 0 additions & 18 deletions test/fixtures/integration/hybrid/golden.json

This file was deleted.

18 changes: 0 additions & 18 deletions test/fixtures/integration/hybrid/test/tests.html

This file was deleted.

4 changes: 0 additions & 4 deletions test/fixtures/integration/hybrid/test/tests.js

This file was deleted.

12 changes: 0 additions & 12 deletions test/fixtures/integration/inline-js/golden.json

This file was deleted.

18 changes: 0 additions & 18 deletions test/fixtures/integration/inline-js/test/index.html

This file was deleted.

20 changes: 0 additions & 20 deletions test/fixtures/integration/many-html/golden.json

This file was deleted.

15 changes: 0 additions & 15 deletions test/fixtures/integration/many-html/test/index.html

This file was deleted.

18 changes: 0 additions & 18 deletions test/fixtures/integration/many-html/test/three.html

This file was deleted.

16 changes: 0 additions & 16 deletions test/fixtures/integration/many-js/golden.json

This file was deleted.

15 changes: 0 additions & 15 deletions test/fixtures/integration/many-js/test/index.html

This file was deleted.

4 changes: 0 additions & 4 deletions test/fixtures/integration/many-js/test/three.js

This file was deleted.

54 changes: 54 additions & 0 deletions test/fixtures/integration/mixed-suites/golden.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"passing": 10,
"pending": 0,
"failing": 0,
"status": "complete",
"tests": {
"test/": {
"inline suite": {
"inline nested test": {
"state": "passing"
}
},
"inline test": {
"state": "passing"
},
"suite 1": {
"nested test 1": {
"state": "passing"
}
},
"test 1": {
"state": "passing"
},
"suite 2": {
"nested test 2": {
"state": "passing"
}
},
"test 2": {
"state": "passing"
}
},
"test/one.html": {
"suite 1": {
"nested test 1": {
"state": "passing"
}
},
"test 1": {
"state": "passing"
}
},
"test/two.html": {
"suite 2": {
"nested test 2": {
"state": "passing"
}
},
"test 2": {
"state": "passing"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<body>
<script>
WCT.loadSuites(['tests.html', 'tests.js']);
WCT.loadSuites(['one.html', 'two.html', 'one.js', 'two.js']);

suite('inline suite', function () {
test('inline nested test', function () { });
Expand All @@ -17,4 +17,4 @@
</script>
</body>

</html>
</html>
12 changes: 0 additions & 12 deletions test/fixtures/integration/one-html/golden.json

This file was deleted.

15 changes: 0 additions & 15 deletions test/fixtures/integration/one-html/test/index.html

This file was deleted.

18 changes: 0 additions & 18 deletions test/fixtures/integration/one-html/test/tests.html

This file was deleted.

12 changes: 0 additions & 12 deletions test/fixtures/integration/one-js/golden.json

This file was deleted.

15 changes: 0 additions & 15 deletions test/fixtures/integration/one-js/test/index.html

This file was deleted.

4 changes: 0 additions & 4 deletions test/fixtures/integration/one-js/test/tests.js

This file was deleted.

0 comments on commit e116b2c

Please sign in to comment.