Skip to content

Commit e39aea7

Browse files
committed
add bages in readme
1 parent 139eb47 commit e39aea7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# pytest-inline
22

3+
![License](https://img.shields.io/github/license/EngineeringSoftware/pytest-inline)
4+
[![Pypi](https://img.shields.io/pypi/v/pytest-inline)](https://pypi.org/project/pytest-inline/)
5+
[![Release](https://img.shields.io/github/v/release/EngineeringSoftware/pytest-inline?include_prereleases)](https://github.com/EngineeringSoftware/pytest-inline/releases)
6+
[![GithubWorkflow](https://img.shields.io/github/workflow/status/EngineeringSoftware/pytest-inline/Python%20Package)](https://github.com/EngineeringSoftware/pytest-inline/actions/workflows/python-package.yml)
7+
38
pytest-inline is a [pytest](<http://pytest.org>) plugin for writing inline tests.
49

510
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.
611

7-
812
## Table of contents
913

1014
1. [Example](#Example)

changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
### Fix
55
- Fix: inlinetest-only skips collecting inline tests
66

7+
### Added
8+
- Add badges in README
9+
710
## [1.0.1]
811
### Added
912
- New README

0 commit comments

Comments
 (0)