Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Feb 8, 2024
1 parent afa1b84 commit f09c02a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
#if activate.sh exists, invoke it
if [ -f activate.sh ]; then
source activate.sh
fi
python -m unittest discover open_webdriver/tests/unit

0 comments on commit f09c02a

Please sign in to comment.