From 69a1623cd428b05c750b4f62e191f13a1d921467 Mon Sep 17 00:00:00 2001 From: Vladimir Pavlovskii Date: Sun, 23 Jul 2023 16:47:55 +0300 Subject: [PATCH] test coverage --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f0effd1..f759427 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,7 @@ I've found suitable [datasets](https://openflights.org/data.html) at openflights * **Equipment**, 3-letter codes for plane type(s) generally used on this flight, separated by spaces These datasets are widely used, [here](https://www.kaggle.com/datasets/elmoallistair/airlines-airport-and-routes?select=airports.csv) and [here](https://www.kaggle.com/datasets/elmoallistair/airlines-airport-and-routes?select=routes.csv) you'll find some stats for each field. + +## Test coverage + +I only focused on testing crucial parts of the solution and briefly introduced some other tests. \ No newline at end of file