Use jasmine.suites for all Djblets JavaScript unit tests.

Review Request #5729 — Created April 22, 2014 and submitted

Information

Djblets
master
0a4ea71...

Reviewers

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.

daviddavid
david
  1. Your summary says "Review Board" when it should say "Djblets".

  2. This seems unrelated to your change.

  3. 
      
chipx86
david
  1. Ship It!

  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Loading...