Skip to content

Releases: dave-shawley/glinda

New tornadoes & new pythons

22 Apr 15:05
6dec435
Compare
Choose a tag to compare
Merge pull request #10 from dave-shawley/update-tornado

Update tornadoes (>=4.5,<6.5) & pythons (2.7, >=3.5,<3.8)

Add content negotiation with glinda.content

30 May 20:29
Compare
Choose a tag to compare
Merge pull request #5 from dave-shawley/release/0.0.3

Release 0.0.3

Fix a few things

29 May 13:26
Compare
Choose a tag to compare
Fix a few things Pre-release
Pre-release

Body and headers passed to glinda.testing.services.Response were not actually used anywhere. 😣 This fixes that problem and a few Python 2/3 Tornado 3/4 nits.

glinda.testing.services is a thing

21 May 11:28
Compare
Choose a tag to compare
Pre-release

Might not be incredibly useful for everyone but it does make testing complex services a little less painful. Take a look at tests/example_test.py for a simple example.