File: test_distribution.sh

package info (click to toggle)
python-redbaron 0.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 772 kB
  • sloc: python: 6,650; makefile: 145; sh: 28
file content (16 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/zsh

source ~/.zshrc

if [ -e "./test_distribution" ]; then
    rm -rf ./test_distribution
fi

mkdir test_distribution
cd test_distribution
mkvee
source ./ve/bin/active
upgrade_pip
pip install redbaron pytest
wget https://raw.githubusercontent.com/Psycojoker/redbaron/135071427967ee8cd97c3298da0b60a0923b7caa/tests/test_redbaron.py
py.test test_redbaron.py