core/tests/util
Nicko van Someren b0b3620b2b Added working support for private storage (#16903)
* Fixed file corruption bugs in private storage code.

* Restoring fixed test case.

* Implemented test suite for utils/json.py

* Added new unit test cases for util/json.py

* Dixed formatting nags

* Fixed more nags from the Hound

* Added doc strings to some very short functions

* Fixing lint's complains about my choice of parts of speach. Sigh.

* Moved atomic save operations down into util/json.py so that all benefit.

Added extra clean-up code to ensure that temporary files are removed in
case of errors.
Updated emulated_hue unit tests to avoid errors.

* Apparently 'e' is not allows as a variable name for an exception...
2018-10-02 10:16:43 +02:00
..
__init__.py Fix PEP257 issues 2016-03-09 11:15:04 +01:00
test_async.py Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00
test_color.py Fix too green color conversion (#13828) 2018-04-11 20:58:57 -04:00
test_distance.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
test_dt.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00
test_init.py More pylint 2 fixes (#15565) 2018-07-20 11:45:20 +03:00
test_json.py Added working support for private storage (#16903) 2018-10-02 10:16:43 +02:00
test_location.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_logging.py Removing asyncio.coroutine syntax from HASS core (#12509) 2018-02-25 03:38:46 -08:00
test_package.py Improve package loadable (#16237) 2018-08-28 12:52:18 +02:00
test_unit_system.py Entity and climate: do not convert temperature unnecessary (#4522) 2016-11-22 17:38:04 -08:00
test_yaml.py Make typing checks more strict (#14429) 2018-07-13 13:24:51 +03:00