SHELLS: mise au point des alias pyt et pytc pour RERO
This commit is contained in:
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user