Skip to content

Commit c95ec08

Browse files
authored
Merge branch 'master' into automation
2 parents e0ed7ad + e563f87 commit c95ec08

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
py3resttest
2-
==========
1+
RestTest3
2+
=========
3+
34
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/crazi-coder/resttest3/Python%20package)
45
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/resttest3)
56
![PyPI - Wheel](https://img.shields.io/pypi/wheel/resttest3)
67
![PyPI](https://img.shields.io/pypi/v/resttest3)
78
![PyPI - Downloads](https://img.shields.io/pypi/dm/resttest3)
8-
[![Coverage Status](https://coveralls.io/repos/github/crazi-coder/resttest3/badge.svg)](https://coveralls.io/github/abhijo89-to/py3resttest)
9-
[![SourceLevel](https://app.sourcelevel.io/github/crazi-coder/resttest3.svg)](https://app.sourcelevel.io/github/abhijo89-to/py3resttest)
10-
[![CodeFactor](https://www.codefactor.io/repository/github/crazi-coder/resttest3/badge)](https://www.codefactor.io/repository/github/abhijo89-to/py3resttest)
9+
[![Coverage Status](https://coveralls.io/repos/github/crazi-coder/resttest3/badge.svg)](https://coveralls.io/github/crazi-coder/resttest3/)
10+
[![SourceLevel](https://app.sourcelevel.io/github/crazi-coder/resttest3.svg)](https://app.sourcelevel.io/github/crazi-coder/resttest3/)
11+
[![CodeFactor](https://www.codefactor.io/repository/github/crazi-coder/resttest3/badge)](https://www.codefactor.io/repository/github/crazi-coder/resttest3/)
12+
1113

1214

1315
Please read [documentation](https://crazicoder.com/). We are doing active development for python3 and removed python2 support

docs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# Changelog
22

3+
## Version 1.0.2
4+
Released 2020-10-31
5+
6+
- Bug fixes & code optimization
7+
- Resolved URL binding
8+
- Resolved generator binding

docs/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
softlinkweb.com

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ This is a clone of pyresttest to support py3 and optimized lot of functionality.
3131
# What Is It?
3232
- A REST testing and API microbenchmarking tool
3333
- Tests are defined in basic YAML or JSON config files, no code needed
34-
- Minimal dependencies (pycurl, pyyaml, optionally future), making it easy to deploy on-server for smoketests/healthchecks
34+
- Minimal dependencies (pycurl, pyyaml), making it easy to deploy on-server for smoketests/healthchecks
3535
- Supports [generate/extract/validate](advanced_guide.md) mechanisms to create full test scenarios with workflow
3636
- Returns exit codes on failure, to slot into automated configuration management/orchestration tools (also supplies parseable logs)
3737
- Logic is written and [extensible](extensions.md) in Python
3838

3939
# Status
4040

41-
**Full Python 3.5+ Support**
41+
**Python 3.5+ Support**
4242

4343
Apache License, Version 2.0
4444

@@ -58,7 +58,7 @@ Works on Linux or Mac with Python 3.5+
5858
*This is needed because the pycurl dependency may fail to install by pip.
5959

6060
**It is easy to install the latest release by pip:**
61-
(sudo) `pip install resttest`
61+
(sudo) `pip install resttest3`
6262

6363
**If pip isn't installed, we'll want to install it first:**
6464
If that is not installed, we'll need to install it first:

0 commit comments

Comments
 (0)