Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Apr 21, 2024
1 parent 1b4fc69 commit f3d27e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xontrib/rc_awesome.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def _alias_xc():
print('xonsh:', $(which xonsh))
print('python:', $(which python), '#' ,$(python -V).strip())
print('pip:', $(which pip))
if _which('pytest'):
print('pytest:', $(which pytest))
print('')
envs = ['CONDA_DEFAULT_ENV']
for ev in envs:
Expand Down

0 comments on commit f3d27e5

Please sign in to comment.