Skip to content

Commit

Permalink
HH-68068 remove codecov and exception_on_init test
Browse files Browse the repository at this point in the history
  • Loading branch information
SuminAndrew committed Apr 3, 2017
1 parent 08c9ca5 commit c05130d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -69,14 +69,10 @@ matrix:
install:
- if [[ $TORNADO_VERSION == 'HH' ]]; then pip install https://github.com/hhru/tornado/archive/master.zip; else pip install tornado==$TORNADO_VERSION; fi
- if [[ $WITH_RAVEN == 1 ]]; then pip install "raven < 5.2"; fi
- pip install codecov
- pip install python-daemon
- python setup.py install
- mkdir ~/.python-eggs
- chmod og-wx ~/.python-eggs
script:
- python setup.py test
sudo: false
after_success:
- ./coverage-run.sh
- bash <(curl -s https://codecov.io/bash)
1 change: 0 additions & 1 deletion README.md
@@ -1,5 +1,4 @@
[![Build Status](https://travis-ci.org/hhru/frontik.svg?branch=master)](https://travis-ci.org/hhru/frontik)
[![codecov.io](https://codecov.io/github/hhru/frontik/coverage.svg?branch=master)](https://codecov.io/github/hhru/frontik?branch=master)


## What is Frontik?
Expand Down
8 changes: 0 additions & 8 deletions tests/projects/re_app/pages/exception_on_init.py

This file was deleted.

3 changes: 0 additions & 3 deletions tests/test_errors.py
Expand Up @@ -55,9 +55,6 @@ def test_http_error_json(self):
self.assertEqual(response.status_code, 400)
self.assertEqual(response.content, b'{"reason": "bad argument"}')

def test_exception_on_init(self):
self.assertEqual(frontik_re_app.get_page('exception_on_init').status_code, 500)

def test_exception_on_prepare(self):
self.assertEqual(frontik_re_app.get_page('exception_on_prepare').status_code, 500)
self.assertEqual(frontik_re_app.get_page('exception_on_prepare_regex').status_code, 500)
Expand Down

0 comments on commit c05130d

Please sign in to comment.