Skip to content

Commit 183b421

Browse files
authored
Update README.md
1 parent bfc6e4f commit 183b421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pytest-inline is a plugin for [pytest](<http://pytest.org>) that writes inline tests.
44

5-
Inline tests is a new kind of tests that make it easier to check individual program statements. An inline test is a statement that allows to provide arbitrary inputs and test oracles for checking the immediately preceding statement that is not an inline test.
5+
Inline testing is a new granularity of testing that make it easier to check individual program statements. An inline test is a statement that allows to provide arbitrary inputs and test oracles for checking the immediately preceding statement that is not an inline test.
66

77

88
## Table of contents

0 commit comments

Comments
 (0)