treeherder/tests
Cameron Dawson e7f026d499
React work cleanup (#3892)
* Remove vestigial pinboard service file
* Test cleanup: hanging commas, arrow functions, quotes, etc.
* Fix async job tests.  Using .then meant they sometimes didn't 
  return before the test run completedand would throw a warning 
  AND not execute the test ``expect``.
* Fix resultset tests fetching
  Some models changed to use ``fetch`` so we needed to use 
 ``fetchMock`` instead of ``$httpBackend`` for setting expected results.
* Fix warnings in bugfiler tests: We needed to pass some dummy objects 
  for PropTypes that are required.
* Fix warnings in JobGroup tests: We needed to pass some dummy objects 
  for PropTypes that are required here, too.
2018-08-08 17:00:51 -07:00
..
auth Bug 1453482 - Use d-r-f's APIClient instead of WebTest's TestApp (#3439) 2018-04-12 18:06:53 +01:00
autoclassify Remove unused/always True AUTOCLASSIFY_JOBS setting 2018-07-02 13:22:18 +01:00
client Bug 1452420 - Make .iter{items,keys}() usages Python 3 compatible 2018-04-10 19:22:28 +01:00
e2e Bug 1453482 - Use d-r-f's APIClient instead of WebTest's TestApp (#3439) 2018-04-12 18:06:53 +01:00
etl Bug 1445325 - Stop mirroring classifications to OrangeFactor (#3677) 2018-08-03 00:16:35 +02:00
intermittents_commenter Bug 1453760 - Bug commenter: Skip bugs when metadata not retrievable (#3856) 2018-08-01 19:35:32 +02:00
log_parser Move tests to internal ES wrapper 2018-04-24 15:45:48 +01:00
model Bug 1469777 - Fix FTS search query sanitising 2018-07-03 11:45:54 +01:00
perfalert Bug 1443777 - Bug links from old alert summaries are broken (#3560) 2018-05-23 11:13:51 -04:00
sample_data Bug 1367362 - Model changes to support intermittents view (#3182) 2018-02-16 18:09:08 +00:00
selenium Bug 1450032 - Convert bottom (secondary) nav bar to ReactJS (#3779) 2018-07-13 16:04:51 -07:00
seta Bug 1455448 - Use new index for decision tasks (#3510) 2018-05-02 21:41:47 +01:00
test_worker Bug 1113235 - Move custom ETL exceptions to their own module 2018-07-31 20:06:40 +02:00
ui React work cleanup (#3892) 2018-08-08 17:00:51 -07:00
utils Add chunked_qs_reverse function 2018-05-04 08:57:50 +01:00
webapp Bug 1473875 - Remove unused ClassifiedFailure API 2018-07-10 09:03:50 +01:00
__init__.py fix RefDataManager and add firts working test on it 2013-04-17 17:13:24 +01:00
conftest.py Bug 1281821 - Rename PULSE_URI -> PULSE_URL to match other config vars 2018-08-07 09:51:40 +01:00
sample_data_generator.py Bug 1452420 - Add `from __future__ import division` 2018-04-10 19:22:28 +01:00
sampledata.py Bug 1336272 - Refactor changing wording from resultset to push (#2644) 2017-08-04 09:38:57 -07:00
settings.py Bug 1281821 - use PULSE_URI instead of PULSE_URL for publishing to Pulse 2018-08-08 09:42:07 +01:00
test_setup.py Bug 1384518 - Switch from Memcached to Redis 2018-01-21 14:41:35 +00:00
test_utils.py Bug 1453482 - Use d-r-f's APIClient instead of WebTest's TestApp (#3439) 2018-04-12 18:06:53 +01:00