Skip to content

Commit 0ae0075

Browse files
committed
Add ScanAPI to Testing
1 parent 9993c07 commit 0ae0075

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An opinionated list of awesome Python frameworks, libraries, software and resour
1515

1616
Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
1717

18-
- [Awesome Python](#awesome-python)
18+
- [Awesome Python ](#awesome-python-)
1919
- [Admin Panels](#admin-panels)
2020
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
2121
- [ASGI Servers](#asgi-servers)
@@ -24,8 +24,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
2424
- [Authentication](#authentication)
2525
- [Build Tools](#build-tools)
2626
- [Built-in Classes Enhancement](#built-in-classes-enhancement)
27-
- [Caching](#caching)
2827
- [CMS](#cms)
28+
- [Caching](#caching)
2929
- [Code Analysis](#code-analysis)
3030
- [Command-line Interface Development](#command-line-interface-development)
3131
- [Command-line Tools](#command-line-tools)
@@ -35,8 +35,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
3535
- [Data Analysis](#data-analysis)
3636
- [Data Validation](#data-validation)
3737
- [Data Visualization](#data-visualization)
38-
- [Database Drivers](#database-drivers)
3938
- [Database](#database)
39+
- [Database Drivers](#database-drivers)
4040
- [Date and Time](#date-and-time)
4141
- [Debugging Tools](#debugging-tools)
4242
- [Deep Learning](#deep-learning)
@@ -50,26 +50,28 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
5050
- [Environment Management](#environment-management)
5151
- [File Manipulation](#file-manipulation)
5252
- [Functional Programming](#functional-programming)
53+
- [GUI Development](#gui-development)
54+
- [GraphQL](#graphql)
5355
- [Game Development](#game-development)
5456
- [Geolocation](#geolocation)
55-
- [GUI Development](#gui-development)
56-
- [Hardware](#hardware)
5757
- [HTML Manipulation](#html-manipulation)
5858
- [HTTP Clients](#http-clients)
59+
- [Hardware](#hardware)
5960
- [Image Processing](#image-processing)
6061
- [Implementations](#implementations)
6162
- [Interactive Interpreter](#interactive-interpreter)
6263
- [Internationalization](#internationalization)
6364
- [Job Scheduler](#job-scheduler)
6465
- [Logging](#logging)
6566
- [Machine Learning](#machine-learning)
67+
- [Microsoft Windows](#microsoft-windows)
6668
- [Miscellaneous](#miscellaneous)
6769
- [Natural Language Processing](#natural-language-processing)
6870
- [Network Virtualization](#network-virtualization)
6971
- [ORM](#orm)
7072
- [Package Management](#package-management)
7173
- [Package Repositories](#package-repositories)
72-
- [Penetration testing](#penetration-testing)
74+
- [Penetration Testing](#penetration-testing)
7375
- [Permissions](#permissions)
7476
- [Processes](#processes)
7577
- [Recommender Systems](#recommender-systems)
@@ -1027,6 +1029,7 @@ _Libraries for testing codebases and generating test data._
10271029
- [nose2](https://github.com/nose-devs/nose2) - The successor to `nose`, based on `unittest2.
10281030
- [pytest](https://docs.pytest.org/en/latest/) - A mature full-featured Python testing tool.
10291031
- [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
1032+
- [ScanAPI](https://pypi.org/project/scanapi/) - Automated Testing and Documentation for your REST API.
10301033
- [unittest](https://docs.python.org/3/library/unittest.html) - (Python standard library) Unit testing framework.
10311034
- Test Runners
10321035
- [green](https://github.com/CleanCut/green) - A clean, colorful test runner.

0 commit comments

Comments
 (0)