Skip to content

Commit 54c62ba

Browse files
pavponnladisgin
authored andcommitted
Update README.md
## Context While preparing a presentation for KLEE workshop, I decided to use some parts of the README.md to include them into my speech. I went over the extracted part with grammarly and fixed some minor issues. ## Changes Fix some issues in punctuation and grammar. No real changes to the actual content.
1 parent 51d4106 commit 54c62ba

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
[![Build UTBot and run unit tests](https://github.com/UnitTestBot/UTBotCpp/actions/workflows/build-utbot.yml/badge.svg)](https://github.com/UnitTestBot/UTBotCpp/actions/workflows/build-utbot.yml)
44
[![Publish UTBot as an archive](https://github.com/UnitTestBot/UTBotCpp/actions/workflows/publish-utbot.yml/badge.svg)](https://github.com/UnitTestBot/UTBotCpp/actions/workflows/publish-utbot.yml)
55

6-
UTBotCpp generates test cases by code, trying to cover maximum statements and execution paths.
7-
We treat source code as source of truth assuming that behavior is correct and corresponds to initial user demand.
8-
Generated tests are placed in so-called regression suite.
9-
Thus, we fixate current behavior by generated test cases.
10-
Using UTBotCpp developers obtain full control of their code.
11-
No future change can break the code without being noticed once it's covered with tests generated by UTBot.
12-
This way, modifications made by developers to an existing code are much safer.
13-
Hence, with the help of generated unit tests, UTBot provides dramatic code quality improvement.
6+
UTBot C/C++ generates test cases by code, trying to cover a maximum number of statements and execution paths. We treat source code as a source of truth, assuming that behavior is correct and corresponds to initial user demand. Generated tests are placed in the so-called regression suite. Thus, we fix current behavior with the help of generated test cases. Using UTBot for C/C++, developers obtain full control of their code. No future change can break the code without being noticed once it's covered with tests generated by UTBot. This way, modifications made by developers to an existing code are much safer. Hence, with the help of generated unit tests, UTBot provides dramatic code quality improvement.
147

158
Features demonstration in 5 min (click to see on [YouTube](https://www.youtube.com/watch?v=bDJyWEeYhvk)):
169

0 commit comments

Comments
 (0)