KiBot/g2.sh
2023-02-03 10:10:22 -03:00

6 lines
229 B
Bash
Executable file

#!/bin/sh
set -e
# Eeschema tests
pytest-3 -v --durations=0 -m "eeschema" --test_dir=output
# KiCad2Step tests and others
pytest-3 -v --durations=0 -m "slow and (not (pcbnew or eeschema))" --log-cli-level debug --test_dir=output