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

[qatl] response formats #22

Merged
merged 6 commits into from
Feb 19, 2018
Merged

[qatl] response formats #22

merged 6 commits into from
Feb 19, 2018

Conversation

netzulo
Copy link
Owner

@netzulo netzulo commented Jan 1, 2018

TODOs

EDIT: will finish this branch at issue #23

  • handle member tags in response xml_str
    • 1st structure : (member > (name + value > string | int)) * **n**
    • 2nd structure : name + value > struct > (member > (name + value > string | int )) * **n**

Issues related

#21

notes

Maybe this doc note helps to fix old tests

class BaseHandler(object):
    def parse_node_value(self, node_value):
            # TODO: i don't know how to do this yet
            # different response for each request...
            # maybe ResponseMaybe class have no sense 
            # maybe must return dict always ?

@netzulo netzulo merged commit c01ac21 into master Feb 19, 2018
@netzulo netzulo deleted the res_formats branch February 19, 2018 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant