Skip to content

Commit 25362fe

Browse files
authored
Merge pull request #6 from eldaduzman/update-badges
add badges
2 parents 2b4df4b + ee90807 commit 25362fe

File tree

4 files changed

+49
-5
lines changed

4 files changed

+49
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33

44
[![Version](https://img.shields.io/pypi/v/python-perf-unit)](https://pypi.python.org/pypi/python-perf-unit)
5-
<!-- ![](https://raw.githubusercontent.com/eldaduzman/robotframework-gevent/main/docs/badges/coverage-badge.svg) -->
6-
<!-- ![](https://raw.githubusercontent.com/eldaduzman/robotframework-gevent/main/docs/badges/pylint.svg) -->
7-
<!-- ![](https://raw.githubusercontent.com/eldaduzman/robotframework-gevent/main/docs/badges/mutscore.svg) -->
8-
5+
![](https://raw.githubusercontent.com/eldaduzman/python-perf-unit/main/docs/badges/coverage-badge.svg)
6+
![](https://raw.githubusercontent.com/eldaduzman/python-perf-unit/main/docs/badges/pylint.svg)
97
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
108

119
`python-perf-unit` is a Python package designed to enhance unit testing with performance metrics. By integrating with Python's unittest framework, it enables the execution of test methods with performance analysis.

docs/badges/coverage-badge.svg

Lines changed: 21 additions & 0 deletions
Loading

docs/badges/pylint.svg

Lines changed: 21 additions & 0 deletions
Loading

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
[tool.poetry]
22
name = "python-perf-unit"
3-
version = "0.0.3-alpha"
3+
version = "0.0.4-alpha"
44
description = "Decorators and utilities for python performance unit testing"
55
authors = ["Eldad Uzman <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
88
packages = [
99
{ include = "perf_unit", from = "src" }
1010
]
11+
repository = "https://github.com/eldaduzman/python-perf-unit"
12+
13+
keywords = ["performance", "python", "unittesting", "performanetesting"]
14+
1115

1216
[tool.poetry.dependencies]
1317
python = "^3.8"

0 commit comments

Comments
 (0)