|
Make tests more reliable.
- Disable async loading for yui to ensure app code is loaded before tests.
- Yank yui loader closures around tests, this is an anti-pattern.
- Any test file can be run in isolation now.
- Re-order test loading into alphabetical order to detect/correct collisions.
- Enable using firefox for tests via test loader fix.
- WIP enable using phantomjs for running tests on cli.
- Make topology-mega.js more foregiving on its (there's a event subscription leak here.)
- Fix event subscription leak in charm-panel code.
https://code.launchpad.net/~hazmat/juju-gui/reliable-test/+merge/141197
(do not edit description out of merge proposal)
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+740 lines, -664 lines) |
Patch |
 |
A |
[revision details]
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/app.js
|
View
|
|
1 chunk |
+11 lines, -6 lines |
1 comment
|
Download
|
 |
M |
app/modules-debug.js
|
View
|
|
3 chunks |
+6 lines, -2 lines |
1 comment
|
Download
|
 |
M |
app/templates/overview.handlebars
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
app/views/charm-panel.js
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
app/views/environment.js
|
View
|
|
2 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
app/views/topology/mega.js
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
app/views/topology/panzoom.js
|
View
|
|
1 chunk |
+3 lines, -2 lines |
1 comment
|
Download
|
 |
M |
app/views/utils.js
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
package.json
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
test/index.html
|
View
|
|
2 chunks |
+45 lines, -29 lines |
3 comments
|
Download
|
 |
M |
test/test_app.js
|
View
|
|
5 chunks |
+41 lines, -17 lines |
0 comments
|
Download
|
 |
M |
test/test_app_hotkeys.js
|
View
|
|
2 chunks |
+47 lines, -45 lines |
0 comments
|
Download
|
 |
M |
test/test_d3_components.js
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
test/test_notifications.js
|
View
|
|
1 chunk |
+469 lines, -454 lines |
0 comments
|
Download
|
 |
M |
test/test_notifier_widget.js
|
View
|
|
1 chunk |
+98 lines, -95 lines |
0 comments
|
Download
|
Total messages: 4
|