Skip to content

Commit bfc6e4f

Browse files
authored
Update README.md
1 parent a2e5964 commit bfc6e4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# pytest-inline
22

33
pytest-inline is a plugin for [pytest](<http://pytest.org>) that writes inline tests.
4-
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.
4+
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.
56

67

78
## Table of contents

0 commit comments

Comments
 (0)