Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
removed unneeded tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrd committed Oct 22, 2015
1 parent 6ce22a6 commit 004384c
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 579 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For Windows installation/requirements, please see the README located in [/window


### Preliminary requirements
* `Python 2.7.X` *Nota bene*: install `python-devel`/`python-dev` if you're using a package manager such as `yum` or `apt-get`. The following command should then print a path. If this command raises an exception, make sure that you have `python-devel`/`-dev` for your installed version of python installed:
* `Python 2.7.X` *Note*: install `python-devel`/`python-dev` if you're using a package manager such as `yum` or `apt-get`. The following command should then print a path. If this command raises an exception, make sure that you have `python-devel`/`-dev` for your installed version of python installed:

python -c 'from distutils.sysconfig import get_makefile_filename as m; print m()'

Expand Down
8 changes: 5 additions & 3 deletions Tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@

# set the env
source ../meta_venv/bin/activate
python server/manage.py runserver 8080 --noreload & # `&` sends the process to the background

# run the django tests
echo "Django Tests"
#python server/manage.py test
python server/manage.py test


python server/manage.py runserver 8080 --noreload & # `&` sends the process to the background

# run the browser tests
echo "Browser Tests"
./node_modules/mocha-phantomjs/bin/mocha-phantomjs http://127.0.0.1:8080/browser-tests

# run the selenium tests
python selenium_tests/simple_selenium_tests.py
# python selenium_tests/simple_selenium_tests.py

kill %1 # kills the first, in this case our app_server background process
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ coverage==3.7.1
django-appconf==1.0.1
django-compressor==1.5
django-devserver==0.8.0
-e git+https://github.com/toastdriven/django-haystack.git@a3a2fc3a385ea35e76941482bf18460724b6421c#egg=django_haystack-dev
django-haystack==2.3.1
django-lazysignup==0.12.2
django-reversion==1.8.6
django-simple-captcha==0.4.5
django-tastypie==0.12.1
-e git+https://github.com/django-tastypie/django-tastypie@256ebe1de9a78dfb5d4d6e938b813cf4c5c4ac1b#egg=django_tastypie-master
html5lib==0.999
ipdb==0.8
ipython==3.1.0
Expand Down
301 changes: 0 additions & 301 deletions selenium_tests/deploy_test.html

This file was deleted.

Loading

0 comments on commit 004384c

Please sign in to comment.