#10 Write tests for libpyfcgi module & functions

Open
opened 4 years ago by yannweb · 0 comments
yannweb commented 4 years ago

see #8

The libpyfcgi python module is defined in files : PyFCGI/src/python_pyfcgi.c and PyFCGI/include/python_pyfcgi.h

The module contains Python functions :

  • libpyfcgi.start_response() given as 2nd argument to PEP333 applications
  • libpyfcgi.write_body() returned by the start_response() function

But the python_pyfcgi.* files contains also pure C functions for worker<->fcgi interactions : function to write headers, function to parse/handle headers given by python app, function to generate default headers, etc.

__see #8__ The libpyfcgi python module is defined in files : PyFCGI/src/python_pyfcgi.c and PyFCGI/include/python_pyfcgi.h The module contains Python functions : - libpyfcgi.start_response() given as 2nd argument to PEP333 applications - libpyfcgi.write_body() returned by the start_response() function But the python_pyfcgi.* files contains also pure C functions for worker<->fcgi interactions : function to write headers, function to parse/handle headers given by python app, function to generate default headers, etc.
yannweb added this to the BETA version milestone 4 years ago
yannweb added the
Tests
label 4 years ago
yannweb modified the milestone from BETA version to Test coverage 4 years ago
yannweb added the
_libpyfcgi
label 4 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
Cancel
Save
There is no content yet.