Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove existing tests. #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed circusweb/tests/__init__.py
Empty file.
52 changes: 0 additions & 52 deletions circusweb/tests/test_utils.py

This file was deleted.

10 changes: 0 additions & 10 deletions circusweb/tests/test_web.ini

This file was deleted.

106 changes: 0 additions & 106 deletions circusweb/tests/test_web.py

This file was deleted.

5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
[tox]
envlist = py26,py27,py34,flake8
envlist = py26,py27,py34
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove flake8 ???


[testenv]
deps = -r{toxinidir}/test-requirements.txt
commands =
python setup.py develop
unit2 discover -v circusweb

[testenv:flake8]
commands = flake8 circusweb