Skip to content

Commit

Permalink
Merge pull request #32 from MeggyCal/patch-1
Browse files Browse the repository at this point in the history
which finds python executable
  • Loading branch information
blink1073 committed May 5, 2020
2 parents 7bb429a + 17fa800 commit e7fc0d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_which.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

import sys
from jupyter_packaging.setupbase import which


def test_which_finds_python():
assert which('python')
def test_which_finds_python_executable():
assert which(sys.executable)

0 comments on commit e7fc0d9

Please sign in to comment.