From cb017acd22eb8701ed07b2c42ec491352bd74300 Mon Sep 17 00:00:00 2001 From: Nika Kolesnikova Date: Thu, 2 Jan 2025 14:21:40 -0500 Subject: [PATCH] readme: update readme to reflect new testing functionality --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 031eeb45..95d98adb 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Main package contains main point of entry, routes and middleware. ## 🚀 Testing -Go's built-in `testing` package is used for testing the utility functions that are responsible for calculating receipt points. Test cases are organized into tables for better readability and maintainability. +Go's built-in `testing` package is used for testing the utility functions that are responsible for calculating receipt points, as well as routes, middleware and helper functions. Test cases are organized into tables for better readability and maintainability. ### Run the Tests