-
@rbaynes
- [ ] Change how pytest works for the project.
- [ ] Move the existing tests from the top level tests/ dir to the same folder as the code that is being tested.
- [ ] add 90% more tests…
-
Wherever is reasonable, move logic from bash scripts into python so we don't have to call bash scripts from python.
This will make the logic cleaner / more robust (e.g. able to catch exceptions and…
-
When bringing up new hardware it would be nice to have a standardized method to validate all hardware works as expected...once we have the i2c r/w simulator, automated tests should work seamlessly for…
-
```
alias mp='mypy --python-version 3.6 --follow-imports skip --ignore-missing-imports --strict --allow-untyped-decorators'
alias pt='pytest_cov'; pytest_cov() { python3 -m pytest $1 --cov=tests; }
…
-
take a pass at combing through logs to make the system cleaner
- [ ] All logging instances should use same logging class
- [ ] Having 2 different names for file and console is a bit cluttered
- [ ]…
-
By default we ship with openag / openag as the account. The device UI allows the user to change the password. If they do change the password, then there is no way we can get in using the remote UI…
-
after initial registration iot manager does not pick up the verification code until a reboot occurs...perhaps the script runs in the background so the function returns before complete so when it initi…
-
-
Taryn wants to use the toolchain and Cove is reporting this error processing files.
Environment:
```
root@4f96b91bd64a:/opt/cove# echo $LC_ALL
C.UTF-8
root@4f96b91bd64a:/opt/cove# echo $DJAN…
-
Ubuntu core looks like a great way to never brick devices. The entire OS is "containerized."
https://www.ubuntu.com/core
Also comes with a great package management system that runs containerize…