Skip to content

Releases: up9inc/mockintosh

0.7

07 Feb 07:57
Compare
Choose a tag to compare
0.7
Prepare release 0.7

0.6.2

22 Jan 14:23
f23b074
Compare
Choose a tag to compare
Fix the regex for path segment capture (#44)

* Fix the regex for path segment capture

* Add a test related to path segment capture conflict

* Fix a flake8 error

0.6.1

18 Jan 18:39
Compare
Choose a tag to compare
Release 0.6.1

Release 0.5.1

13 Jan 15:12
898e4a3
Compare
Choose a tag to compare
Fixes pybars4 dependency

0.5

13 Jan 07:23
Compare
Choose a tag to compare
0.5
release 0.5

0.4

06 Jan 15:06
Compare
Choose a tag to compare
0.4
Release 0.4

0.1

25 Dec 17:27
928cd14
Compare
Choose a tag to compare
0.1
Milestone 4 (#6)

* Start planning milestone 4

* Interceptor conce[t

* Update tests

* Add interceptor support

* remove the extra option

* With interceptors, the endpoints are optional

* Fix the flake8 errors

* Add roadmap items

* Make 'interceptors' default to emtpy tuple

* Move dummy interceptors module to tests directory

* Support 'endpoints' key being optional in services

* Pass separate Request and Response objects to interceptors

* Fix the optional 'endpoints' key support

* Override Application and ErrorHandler classes of tornado.web

Trigger the interceptors at the correct moment of request handling.

* Enable TestInterceptors class and fix some issues related to interceptors

* Fix the issues in tests_integrated

* Revert "Fix the issues in tests_integrated"

This reverts commit 50dcd771eebc8f0a66dc18fbc4dd4a5e6fbdc2d0.

* Eliminate the need for 'is_error' and 'force_update' attributes in the Response object

* Fix test

* Make 'Request' object a full blown object that resembles all the properties of a HTTP request

* Implement the HTTP verbs other than GET and POST

* Remove 'is_response_str' criteria from 'useTemplating' logic

* Do some minor performance improvements by not creating 'Faker' and 'Compiler' instances each time

* Fix an IndexError

* Complete milestone

* Update the documentation

* Fix the issues in section headers

* Fix a link in README.md

* Fix README.md

* SEt version

Co-authored-by: M. Mert Yildiran <mehmet@up9.com>

0.0

21 Dec 12:40
Compare
Choose a tag to compare
0.0

Initial release on PyPi