[Tests] Trying to figure out git issues

This commit is contained in:
Salvador E. Tropea 2023-02-06 10:56:34 -03:00
parent a9b90568d4
commit 460b1a2dc3
3 changed files with 6 additions and 4 deletions

4
g1.sh
View File

@ -1,3 +1,5 @@
#!/bin/sh
# Fast tests
pytest-3 -v --durations=0 -m "not slow" -n 2 --test_dir=output
cat ~/.gitconfig
ls -la /__w/KiBot/KiBot
pytest-3 -v --durations=0 -m "not slow" -n 2 --test_dir=output -k test_sch_replace_1

4
g2.sh
View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
# Eeschema tests
pytest-3 -v --durations=0 -m "eeschema" --test_dir=output
#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
#pytest-3 -v --durations=0 -m "slow and (not (pcbnew or eeschema))" --log-cli-level debug --test_dir=output

2
g3.sh
View File

@ -1,3 +1,3 @@
#!/bin/sh
# PCBnew tests
pytest-3 -v --durations=0 -m "pcbnew" --test_dir=output
#pytest-3 -v --durations=0 -m "pcbnew" --test_dir=output