mirror of
https://github.com/polhenarejos/pico-hsm
synced 2026-05-10 17:28:21 +02:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./tests/startup.sh
|
|
|
|
pytest tests -W ignore::DeprecationWarning
|