Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Balder: Testing real-world complexity

BalderHub <https://hub.balder.dev>

Balder is a Python test framework that allows you to reuse test code you've written once across different but similar
product versions or variations. This means, that you can **install ready-to-use tests** or apply your
**own pre-written tests** to evaluate all kinds of software - without reinventing the wheel.
Balder is a Python test system that allows you to reuse test code written once for different product versions or variations,
without any code duplicates. This means, that you can **install ready-to-use tests** or apply your
**own pre-written tests** to evaluate different product variants - without reinventing the wheel.


.. raw:: html
Expand Down
Loading