Skip to content

Commit

Permalink
Updating project tagline (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Feb 20, 2024
1 parent f21a8c2 commit 6bd88bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_something(logot: Logot) -> None:
logot.assert_logged(logged.info("Something was done"))
```

`logot` integrates with popular testing ([`pytest`](https://logot.readthedocs.io/latest/using-pytest.html), [`unittest`](https://logot.readthedocs.io/latest/using-unittest.html)), asynchronous ([`asyncio`](https://logot.readthedocs.io/latest/index.html#index-testing-threaded), [3rd-party](https://logot.readthedocs.io/latest/integrations/index.html)) and logging frameworks ([`logging`](https://logot.readthedocs.io/latest/log-capturing.html), [3rd-party](https://logot.readthedocs.io/latest/integrations/index.html)). It can be extended to support many others. 💪
`logot` integrates with popular testing frameworks (e.g. [`pytest`](https://logot.readthedocs.io/latest/using-pytest.html), [`unittest`](https://logot.readthedocs.io/latest/using-unittest.html)). It supports many 3rd-party [asynchronous](https://logot.readthedocs.io/latest/integrations/index.html#asynchronous-frameworks) and [logging](https://logot.readthedocs.io/latest/integrations/index.html#logging-frameworks) frameworks, and can be extended to support many more. 💪

## Documentation 📖

Expand Down
7 changes: 3 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ Log-based testing 🪵
.. note::

:mod:`logot` integrates with popular testing (:doc:`pytest </using-pytest>`, :doc:`unittest </using-unittest>`),
asynchronous (:ref:`asyncio <index-testing-threaded>`, :ref:`3rd-party <integrations-async>`) and logging frameworks
(:doc:`logging </log-capturing>`, :ref:`3rd-party <integrations-logging>`). It can be extended to support many
others. 💪
:mod:`logot` integrates with popular testing frameworks (e.g. :doc:`pytest </using-pytest>`,
:doc:`unittest </using-unittest>`). It supports many 3rd-party :ref:`asynchronous <integrations-async>` and
:ref:`logging <integrations-logging>` frameworks, and can be extended to support many more. 💪


Why test logging? 🤔
Expand Down

0 comments on commit 6bd88bf

Please sign in to comment.