Mercurial > libervia-backend
annotate doc/index.rst @ 3415:814e118d9ef3
tests: end-2-end tests first draft:
- e2e tests are launched inside the new docker e2e test environment
- `run_e2e.py` launch the docker container, mount the current code base in it, launch the
e2e tests and print report in real time
- `conftest.py` are pytest fixtures managing many things such as account creation, fake files
management, JSON or Domish.Element parsing, fake editor, etc.
- `test_jp.py` are end-to-end test done with `jp`. `sh` library is used to make tests
writting as user-friendly as possible. The `SAT_TEST_ENV_E2E` environment variable is
checked, and tests will be skipped if it's not set.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 12 Nov 2020 14:53:16 +0100 |
parents | 8ec35cf13f66 |
children | 4ba31dd1f0f5 |
rev | line source |
---|---|
2946 | 1 ========================= |
2 Salut à Toi documentation | |
3 ========================= | |
4 | |
5 Welcome to Salut à Toi's documentation. You'll find here both end-user and developer documentations. | |
6 | |
7 Salut à Toi (or SàT) is a Libre communication ecosystem based on XMPP standard. It allows you to do many things such as: | |
8 | |
9 - instant messaging | |
10 - (micro)blogging | |
11 - file sharing | |
12 - managing photo albums | |
13 - organizing/managing events | |
14 - handling tasks | |
15 - etc. | |
16 | |
17 It features many interfaces (desktop, mobile, web, command line, console), and is multi-platforms. | |
18 | |
19 You can follow this documentation to learn more on it, or join our official XMPP room at `sat@chat.jabberfr.org <xmpp:sat@chat.jabberfr.org?join>`_ (also available via a `web link <https://chat.jabberfr.org/converse.js/sat@chat.jabberfr.org>`_) | |
20 | |
21 | |
22 .. toctree:: | |
23 :caption: Contents: | |
24 :maxdepth: 3 | |
25 | |
26 installation.rst | |
3021
8ec35cf13f66
doc: added, overview, configuration and Primitivus documentation + some small modifications
Goffi <goffi@goffi.org>
parents:
2946
diff
changeset
|
27 overview.rst |
8ec35cf13f66
doc: added, overview, configuration and Primitivus documentation + some small modifications
Goffi <goffi@goffi.org>
parents:
2946
diff
changeset
|
28 configuration.rst |
2946 | 29 /jp/index.rst |
3021
8ec35cf13f66
doc: added, overview, configuration and Primitivus documentation + some small modifications
Goffi <goffi@goffi.org>
parents:
2946
diff
changeset
|
30 /primitivus/index.rst |
2946 | 31 |
32 | |
33 Indices and tables | |
34 ================== | |
35 | |
36 * :ref:`genindex` | |
37 * :ref:`search` |