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'
|
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 #
|
# GIT #
|
||||||
alias g 'git'
|
alias g 'git'
|
||||||
|
|
||||||
|
4
.zshrc
4
.zshrc
@ -132,8 +132,8 @@ alias grep='grep --color'
|
|||||||
# requêtes
|
# requêtes
|
||||||
alias https='http --verify=no --default-scheme=https'
|
alias https='http --verify=no --default-scheme=https'
|
||||||
# pytest
|
# pytest
|
||||||
alias pyt='pipenv run pytest -vvs --no-cov --disable-warnings'
|
alias pyt='poetry run pytest -vvs --no-cov --disable-warnings'
|
||||||
alias pytc='pipenv run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
|
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
|
||||||
# projet rero
|
# projet rero
|
||||||
alias rero="ALIAS=rero /home/od/rero/logik/agnes"
|
alias rero="ALIAS=rero /home/od/rero/logik/agnes"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user