mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source ./tests/startup.sh
|
|
|
|
pytest tests -W ignore::DeprecationWarning
|