circup/tests/mock_device
Neradoc d27ae8164c Make auto-install find user code recursively. Find code.py alternatives.
Auto install:
- Move finding libraries from auto-file into command utils (libraries_from_auto_file)
- Find the first possible code.py alternative in order (like main.py)
- Replace libraries_from_code_py using the ast module instead of findimports
- Get all imports to find local python imports
- Find all dependencies from user code recursively
Update backends:
- Add get_file_content in Backends subclasses
- Remove no longer used get_auto_file_path()
- Add list_dir() to DiskBackend
Update tests
- Add non-bundle imports
- Add submodule import
- Add another mock device to test finding code.py
2025-02-16 18:04:01 +01:00
..
lib/adafruit_waveform add mocked lib folder for module update dir test 2024-04-08 08:40:53 -05:00
boot_out.txt update test to 9 2025-02-08 15:19:26 -05:00
boot_out.txt.license license for mock boot_out 2023-11-22 18:06:07 -06:00
import_styles_sub.py Make auto-install find user code recursively. Find code.py alternatives. 2025-02-16 18:04:01 +01:00