Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Oct 26, 2024
1 parent 09511d0 commit 23150a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ def test_venv(self):
@tornado.testing.gen_test
def test_venv_site_packages(self):
venv = os.path.join(os.path.dirname(__file__), 'venv')
print("VENV", venv)
import sys
print("EXECUTABLE", sys.executable)
watcher = SomeWatcher(virtualenv=venv)
yield watcher.run()
try:
Expand Down

0 comments on commit 23150a2

Please sign in to comment.