From 9b5f2526c76c59ec71b1900e556b45a85ea934a8 Mon Sep 17 00:00:00 2001 From: Maciej Kusz Date: Thu, 7 Jan 2021 01:18:55 +0100 Subject: [PATCH 1/2] README.md update --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 364ccc9..9007692 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ -# the_smallest_rest_api_testing_framework +# The smallest REST API testing framework -The Smallest REST API testing framework in just ~~16~~15 lines of code (#code16challenge) +![Picture of toy excavator with additional logo on the flow](https://testerembyc.pl/images/posts/jeszcze-mniejszy-framework-do-testow-w-pythonie.jpg "Picture from pexels.com") -More information at (PL only): https://testerembyc.pl/posts/20201218/najmniejszy-framework-do-testow-w-pythonie/ +The Smallest REST API testing framework in 16 lines of code (#code16challenge) + +Full description and road to achieve it is described in those 2 articles (writen in Polish): + +* https://testerembyc.pl/posts/20201218/najmniejszy-framework-do-testow-w-pythonie/ +* https://testerembyc.pl/posts/jeszcze-mniejszy-framework-do-testow-w-pythonie/ + +Branches with most interesting versions of the framework: + +* [first article](https://github.com/mkusz/the_smallest_rest_api_testing_framework/tree/first_article) - 15 lines of code with limited functionality +* [only 6 lines of code](https://github.com/mkusz/the_smallest_rest_api_testing_framework/tree/6_lines) - same + functionality as in **first article**, but in a limited lines of a code +* [more functionality](https://github.com/mkusz/the_smallest_rest_api_testing_framework/tree/more_functionality) - + code with extended testing abilities but still in 16 lines of code +* [PEP-8 valid](https://github.com/mkusz/the_smallest_rest_api_testing_framework/tree/pep8_valid) - version that is valid with PEP-8 style coding guide, functionality is somewhere in between versions with **6 lines** of code and **more functionality** but still in 16 lines of c \ No newline at end of file From 12509f331a3eff6c2c78e2381c30219dab9f9cf9 Mon Sep 17 00:00:00 2001 From: Maciej Kusz Date: Thu, 7 Jan 2021 01:20:14 +0100 Subject: [PATCH 2/2] README.md update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9007692..30d054e 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ Branches with most interesting versions of the framework: functionality as in **first article**, but in a limited lines of a code * [more functionality](https://github.com/mkusz/the_smallest_rest_api_testing_framework/tree/more_functionality) - code with extended testing abilities but still in 16 lines of code -* [PEP-8 valid](https://github.com/mkusz/the_smallest_rest_api_testing_framework/tree/pep8_valid) - version that is valid with PEP-8 style coding guide, functionality is somewhere in between versions with **6 lines** of code and **more functionality** but still in 16 lines of c \ No newline at end of file +* [PEP-8 valid](https://github.com/mkusz/the_smallest_rest_api_testing_framework/tree/pep8_valid) - version that is valid with PEP-8 style coding guide, functionality is somewhere in between versions with **6 lines** of code and **more functionality** but still in 16 lines of code \ No newline at end of file