• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

susam / ice / 17

Builds Branch Commit Type Ran Committer Via Coverage
17 master Run tests with Python 3.4 and 3.5 on Travis CI Add Python versions 3.4 and 3.5 to Travis CI configuration to ensure that the library is supported on all recent versions of Python. Python 3.3 is already supported. Python 3.2 cannot be supported be... push 19 Dec 2015 07:04AM UTC susam travis-ci pending completion   set done
16 master Fix coverage test failure with Python 3.3 In Python 3.3, the __file__ attribute of an imported module is not an absolute path. This causes one of the tests to fail during code coverage tests. The failing test is IceTest.test_static_avoid_403_err... push 19 Dec 2015 06:58AM UTC susam travis-ci pending completion   set done
15 master Use the term "route's handler" in documentation Before this change, the documentation uses the term "route's callable" to mention the callable objects that are invoked for a route. In this change, use the term "route's handler" instead because it... push 19 Dec 2015 04:10AM UTC susam travis-ci pending completion   set done
14 master Fix ExamplesTest to improve code coverage Fix the following errors in ExamplesTest that led to 94% code coverage instead of the desired 100% code coverage. 1. There were some duplicate route handlers nested within a route handler. The nes... push 19 Dec 2015 03:59AM UTC susam travis-ci pending completion   set done
13 master Switch from BSD 2-Clause License to MIT License push 19 Dec 2015 02:45AM UTC susam travis-ci pending completion   set done
12 master Document how to return HTTP status codes Add a section called 'HTTP status codes' in the README file and explain how an HTTP response may be returned by returning an integer that represents an HTTP status code. Update test_examples.py with code ... push 17 Oct 2015 07:56AM UTC susam travis-ci pending completion   set done
11 master Let status code be returned from route's callable With this change, when an integer representing an HTTP response status code is returned from a route's callable, an HTTP response with this status code is sent to the client. While doing so, if th... push 17 Oct 2015 02:11AM UTC susam travis-ci pending completion   set done
10 master Fix minor errors in README.rst Make minor edits and fix minor errors in README.rst. The overall content of the document is not changed in this commit. push 14 Oct 2015 02:32AM UTC susam travis-ci pending completion   set done
9 master Remove code to handle missing error page callback As a result of commit b086ebf5f, now the Ice class always has an internal rudimentary fallback callback if none is defined by the user of the class. Therefore, remov... push 29 Jan 2015 05:00PM UTC susam travis-ci pending completion   set done
8 master Rudimentary error message when no error handler If an ice application is created directly using the ice.Ice class, i.e. app = ice.Ice(), and no fallback error handler is defined for this app, then an HTTP error leads to a blank web page because t... push 26 Jan 2015 08:52PM UTC susam travis-ci pending completion   set done
7 master Add Changelog push 26 Jan 2015 08:21AM UTC susam travis-ci pending completion   set done
6 0.0.1 Add test for empty PATH_INFO in environ There is a check in ice.Request that tests if the value for PATH_INFO key in environ dictionary is an empty string. If it is found to be an empty string, the value is set to '/'. This check has not been tes... push 24 Jan 2015 09:19AM UTC susam travis-ci pending completion   set done
5 master Fix typos in README.rst push 24 Jan 2015 09:15AM UTC susam travis-ci pending completion   set done
4 master Remove .pyc files in make clean target If I run the tests accidentally with Python 2 instead of Python 3, .pyc files are generated outside __pycache__ directory. Remove these files when `make clean` is run. push 24 Jan 2015 07:29AM UTC susam travis-ci pending completion   set done
3 master Add test for empty PATH_INFO in environ There is a check in ice.Request that tests if the value for PATH_INFO key in environ dictionary is an empty string. If it is found to be an empty string, the value is set to '/'. This check has not been tes... push 05 Jun 2014 09:23PM UTC susam travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc