chromium-dashboard/api
Daniel Smith fd0efa8b0c
Add more FeatureEntry converter tests (#2485)
* Add more feature entry converters tests

* code cleanup
2022-11-17 16:06:36 -08:00
..
__init__.py
accounts_api.py Run mypy in Github continuous integration checks (#2324) 2022-10-24 06:40:21 -07:00
accounts_api_test.py Add assertions for the templates in #2355 (Part 2 of 2) (#2356) 2022-10-19 10:14:52 -04:00
approvals_api.py Implement chromedash-gate-chip. (#2421) 2022-11-02 13:23:03 -07:00
approvals_api_test.py Use FeatureEntry for most client-side use cases (#2433) 2022-11-06 12:57:40 -08:00
blink_components_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
blink_components_api_test.py Populate blink components form field options via an API (#2187) 2022-08-31 13:42:50 -04:00
channels_api.py Use get_int_arg for integer arg parsing (#2359) 2022-10-19 14:08:42 -07:00
channels_api_test.py In py3 code, replace the separate mock lib with unittest.mock. (#1665) 2022-01-11 08:20:40 -08:00
comments_api.py Display a "Comments & activity" log at the bottom of the feature detail page. (#2413) 2022-11-02 13:58:37 -07:00
comments_api_test.py Use FeatureEntry for most client-side use cases (#2433) 2022-11-06 12:57:40 -08:00
converters.py Add more FeatureEntry converter tests (#2485) 2022-11-17 16:06:36 -08:00
converters_test.py Add more FeatureEntry converter tests (#2485) 2022-11-17 16:06:36 -08:00
cues_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
cues_api_test.py Refactor user-related models into a separate file. (#2141) 2022-08-17 18:14:19 -07:00
dev_api.py Dev API unit tests (#2486) 2022-11-17 16:06:12 -08:00
dev_api_test.py Dev API unit tests (#2486) 2022-11-17 16:06:12 -08:00
features_api.py Use FeatureEntry for most client-side use cases (#2433) 2022-11-06 12:57:40 -08:00
features_api_test.py Use FeatureEntry entities to display roadmap information (#2480) 2022-11-16 16:45:08 -08:00
login_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
login_api_test.py Refresh user session when refreshing XSRF token. (#1804) 2022-03-25 16:46:40 -07:00
logout_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
logout_api_test.py Use new session contents (#1773) 2022-03-10 12:22:19 -08:00
metricsdata.py Use get_int_arg for integer arg parsing (#2359) 2022-10-19 14:08:42 -07:00
metricsdata_test.py Use get_int_arg for integer arg parsing (#2359) 2022-10-19 14:08:42 -07:00
permissions_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
permissions_api_test.py Create Redis staging setup (#2211) 2022-09-12 13:56:50 -07:00
processes_api.py Reference feature stages as possibly plural (#2478) 2022-11-15 15:34:09 -08:00
processes_api_test.py Update processes API to use FeatureEntry entities (#2438) 2022-11-06 13:00:26 -08:00
settings_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
settings_api_test.py Refactor user-related models into a separate file. (#2141) 2022-08-17 18:14:19 -07:00
stars_api.py Move Feature methods to helper files (#2407) 2022-10-27 10:17:54 -07:00
stars_api_test.py Do double-writes of star_count. (#2428) 2022-11-02 10:04:48 -07:00
token_refresh_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
token_refresh_api_test.py Refresh user session when refreshing XSRF token. (#1804) 2022-03-25 16:46:40 -07:00