Skip to content

Database 20260318

Rob Nagler edited this page Mar 18, 2026 · 1 revision

Write Test (Slide 16)

Commit your previous changes and push them.

Update your branch with empty test:

git show 20260318-0:tests/device_sql_db_test.py > tests/device_sql_db_test.py
git add -f tests/device_sql_db_test.py
git commit -am 'empty device_sql_db_test'
git push

Clone this wiki locally