Skip to content

Commit

Permalink
Fix integration test instructions
Browse files Browse the repository at this point in the history
Fix formatting of command blocks. Add virtualenv, MacPorts and missing pyYAML depenency.
  • Loading branch information
tfmorris authored Dec 9, 2017
1 parent 39be382 commit ec5b6f7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@ Tested on Python 2.7.6, 2.7.12, 3.5.4

Google Chrome needs to be installed.

$ brew install chromedriver (on Mac)
````
$ port install chromedriver (MacPorts)
or
$ brew install chromedriver (Homebrew)
$ source activate openlibrary
$ pip install splinter
$ pip install pytest
$ pip install pyyaml
````

## Running tests

Expand All @@ -24,5 +31,7 @@ Verify correct Open Library host in test files.

For now, need to manually add an Edition to a new List just once.

````
$ cd tests/integration
$ pytest
````

0 comments on commit ec5b6f7

Please sign in to comment.