diff --git a/README.md b/README.md index 24aa09f..7b5a175 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,11 @@ To run the unit tests run: To run the end-to-end test run: - nosetests + nosetests +To run the python end-to-end tests you need to install some dependencies: + + pip install -r requirements.txt Database structure ------------------ diff --git a/sampleloader/README b/sampleloader/README new file mode 100644 index 0000000..49b4e26 --- /dev/null +++ b/sampleloader/README @@ -0,0 +1,2 @@ +This is just some scripts I use to load in some sample data on the +autocompeter.com home page.