[Tests] Enabling all tests, git should work now

This commit is contained in:
Salvador E. Tropea 2023-02-06 11:21:52 -03:00
parent 7062228998
commit cc2272e702
3 changed files with 4 additions and 10 deletions

8
g1.sh
View File

@ -1,9 +1,3 @@
#!/bin/sh #!/bin/sh
# Fast tests # Fast tests
cat ~/.gitconfig pytest-3 -v --durations=0 -m "not slow" -n 2 --test_dir=output
cp /root/.gitconfig /etc/gitconfig
cat /root/.gitconfig
echo "[safe]" >> /etc/gitconfig
echo " directory = *" >> /etc/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 #!/bin/sh
set -e set -e
# Eeschema tests # 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 # 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 #!/bin/sh
# PCBnew tests # PCBnew tests
#pytest-3 -v --durations=0 -m "pcbnew" --test_dir=output pytest-3 -v --durations=0 -m "pcbnew" --test_dir=output