Fix in test

This commit is contained in:
Mauricio Baeza 2022-08-04 23:08:43 -05:00
parent 0c56857600
commit 19c9eba135
4 changed files with 7 additions and 3 deletions

View File

@ -54,3 +54,5 @@ html_theme = 'sphinx_book_theme'
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
autosummary_generate = True

View File

@ -30,6 +30,9 @@ You can used **easymacro** with any extension or directly in your macros.
documents
calc
.. ~ .. automodule:: easymacro
.. ~ :members:
Indices and tables
==================

View File

@ -4128,7 +4128,8 @@ class LODocuments():
}
# ~ BASE: 'com.sun.star.sdb.DocumentDataSource',
_desktop = LOMain.desktop
def __init__(self):
self._desktop = LOMain.desktop
def __len__(self):
# ~ len(self._desktop.Components)

View File

@ -114,6 +114,4 @@ class TestVars(BaseTest):
if __name__ == '__main__':
server = app.LOServer()
unittest.main(exit=False)
server.stop()