SHELLS: mise au point des alias `pyt` et `pytc` pour RERO

vif
Olivier DOSSMANN 2020-05-21 15:06:15 +02:00
parent 64b4852222
commit 681617549b
2 changed files with 6 additions and 2 deletions

View File

@ -18,6 +18,10 @@ alias rero "ALIAS=rero /home/od/rero/logik/agnes"
alias dotfiles '/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
# RERO #
alias pyt 'poetry run pytest -vvs --no-cov --disable-warnings'
alias pytc 'poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
# GIT #
alias g 'git'

4
.zshrc
View File

@ -132,8 +132,8 @@ alias grep='grep --color'
# requêtes
alias https='http --verify=no --default-scheme=https'
# pytest
alias pyt='pipenv run pytest -vvs --no-cov --disable-warnings'
alias pytc='pipenv run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
alias pyt='poetry run pytest -vvs --no-cov --disable-warnings'
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
# projet rero
alias rero="ALIAS=rero /home/od/rero/logik/agnes"