SHELLS: mise au point des alias pyt
et pytc
pour RERO
This commit is contained in:
parent
64b4852222
commit
681617549b
@ -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
4
.zshrc
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user