Mercurial > libervia-backend
comparison doc/contributing/testing.rst @ 4214:07439bc0ed3c
doc (contributing/testing): typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 23 Feb 2024 15:47:53 +0100 |
parents | d6837db456fd |
children |
comparison
equal
deleted
inserted
replaced
4213:716dd791be46 | 4214:07439bc0ed3c |
---|---|
144 | 144 |
145 Among the helping fixture (check the various ``conftest.py`` files for details), the | 145 Among the helping fixture (check the various ``conftest.py`` files for details), the |
146 following are specially good to know: | 146 following are specially good to know: |
147 | 147 |
148 ``li_json`` | 148 ``li_json`` |
149 Set the ``json_raw`` output are parse it. When you use this instead of the normal ``libervia-cli``, | 149 Set the ``json_raw`` output and parse it. When you use this instead of the normal ``libervia-cli``, |
150 you'll get a Python object that you can manipulate easily. | 150 you'll get a Python object that you can manipulate easily. |
151 | 151 |
152 ``li_elt`` | 152 ``li_elt`` |
153 Set the ``xml_raw`` output and parse it as a Twisted ``domish.Element``. When you use a | 153 Set the ``xml_raw`` output and parse it as a Twisted ``domish.Element``. When you use a |
154 command which can return XML, it is useful to get this object which is easy to | 154 command which can return XML, it is useful to get this object which is easy to |