diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 9cab229..2940e13 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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' diff --git a/.zshrc b/.zshrc index 0edf1d6..48ffe1a 100644 --- a/.zshrc +++ b/.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"