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

More unit test coverage. #163

Merged
merged 9 commits into from
Dec 28, 2014
Merged

More unit test coverage. #163

merged 9 commits into from
Dec 28, 2014

Conversation

dpnova
Copy link
Collaborator

@dpnova dpnova commented Dec 27, 2014

I've noticed other people are starting to add their own unit tests which may potentially clash with tests I've been adding. So I'm going to open PR's more regularly to ensure that people are working with the latest version of the tests.

Cheers!

dpnova and others added 8 commits August 18, 2014 22:57
…feature/unittesting

* 'feature/unittesting' of github.com:dpnova/cyclone:
  Allow setting an app_builder attribute on a TestCase.
…feature/unittesting

* 'feature/unittesting' of github.com:dpnova/cyclone:
  Ensure the right param data is available on POST and friends.
  Enable cookie interactions (and sessions) in the test client.
  Include new testing and tests packages in the setup.py
  We dont care about coverage on setup.py
  Fix fiorix#138: validate HTTP headers.
* clear_all_cookies
* redirect
* write

Merge branch 'master' into feature/unittesting

* master:
  Fixed incorrectly formatted Expires header
  Changing setup.py dependancies to pyopenssl to make it optional
  Deleted blank line.
  Changed body for postdata in facebook_request in FacebookGraphMixin.
  Test file created.
  Pass variable arg in url to bind function in SSE
  Pass variable arg in url to bind function in SSE
  Added note about numeric channel names in redis
  Added  passage in
  Added kwarg support to url reverse procedure.
  added logout to dropbox example
  dropbox auth demo
  Fix small doco bug in mail.Message.
  Fix docstrings of web.RequestHandler.write_error
  Copy/Paste error
  Forgot to commit template.py
  It is now possible to use  in templates.
  Added autoescape tests, fixed lack of single quote escaping.
  Added  statement.

Conflicts:
	cyclone/tests/test_web.py
@coveralls
Copy link

Coverage Status

Coverage increased (+6.13%) when pulling ebcbb44 on dpnova:feature/unittesting into b8d3f1c on fiorix:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+6.13%) when pulling 0db5118 on dpnova:feature/unittesting into b8d3f1c on fiorix:master.

fiorix added a commit that referenced this pull request Dec 28, 2014
@fiorix fiorix merged commit e348fe8 into fiorix:master Dec 28, 2014
@fiorix
Copy link
Owner

fiorix commented Dec 28, 2014

The cookies/days test failed.

@dpnova
Copy link
Collaborator Author

dpnova commented Jan 2, 2015

Thanks mate I'll look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants