-
-
djblets/static/djblets/js/configForms/views/listItemView.js (Diff revision 1) This seems unrelated to your change.
Use jasmine.suites for all Djblets JavaScript unit tests.
Review Request #5729 — Created April 22, 2014 and submitted
This switches all our unit tests to use the new jasmine.suites utility
library. It breaks down all the '/'-separated paths for each file's test
namespace into test suites and combines them to make it easier to suites
spread out across files.All existing suites are placed under a 'djblets/' namespace, which will make
it easier to distinguish Djblets tests from other modules.
Ran the RB test suite and saw that all Djblets tests were categorized under
a 'djblets' suite. I was able to run that and the nested 'configForms' suite,
and saw all tests within run.
Description | From | Last Updated |
---|---|---|
This seems unrelated to your change. |
|
Change Summary:
- Fixed the summary.
- Removed some code that slipped into the wrong commit.
Summary: |
|
||||
---|---|---|---|---|---|
Commit: |
|
||||
Diff: |
Revision 2 (+3 -3) |