Logo
Explore Help
Sign In
home-assistant/core
1
0
Fork 1
You've already forked core
mirror of https://github.com/home-assistant/core.git synced 2026-01-25 09:02:38 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
b752ca3bef01acbb433d5f9e571e5a0601ac9f1b
core/script/test

7 lines
79 B
Plaintext
Raw Normal View History

Add exec + doc header
2015-09-17 00:38:52 -07:00
#!/bin/sh
Speeds up lint and test in docker by keeping the cache between invocations. (#5177) * Add a volume to store the tox cache on the host. This gives quite some speed boost when running lint_docker and test_docker. * Only map .tox directory for cache.
2017-01-05 09:45:14 +01:00
# Executes the tests with tox.
cd "$(dirname "$0")/.."
Add exec + doc header
2015-09-17 00:38:52 -07:00
Removing asyncio.coroutine syntax from HASS core (#12509) * changed asyncio.coroutine syntax to new async def/await * removed py34 from tox environment * reverted some changes within entity.py * - * reverted changes within bootstrap.py * reverted changes within discovery.py * switched decorators * Reverted change within aiohttp_client.py * reverted change within logging.py * switched decorators * Await lock properly * removed asyncio.coroutine from test
2018-02-25 12:38:46 +01:00
tox -e py35
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 116ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API