From 3979ea64cda0118ff45cacb2f155f6410d2f49b7 Mon Sep 17 00:00:00 2001 From: Pedro de Oliveira Guedes Date: Mon, 10 Jan 2022 13:20:32 -0300 Subject: [PATCH] Tests features. --- api/excel/features/excel.feature | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/excel/features/excel.feature b/api/excel/features/excel.feature index e69de29..9695413 100644 --- a/api/excel/features/excel.feature +++ b/api/excel/features/excel.feature @@ -0,0 +1,8 @@ +Feature: The Excel API client +# ======================== Excel Read method ======================== + # Scenario: Using the Excel Read method + # It is not posible to test this method, because there is no way to know where will be an Excel sheet on the user's machine. + +# ======================== Excel Write method ======================== + # Scenario: Using the Excel Write method + # It is not posible to test this method, because there is no way to know where will be an Excel sheet on the user's machine. \ No newline at end of file