From 5458c247dfabd5f24cf3729e6383a8abd7a6bb8a Mon Sep 17 00:00:00 2001
From: Tanja <t.vanalfen@student.ru.nl>
Date: Mon, 16 Dec 2019 16:25:24 +0100
Subject: [PATCH] read_folder functionality tests require large update Tests
 are left commented for now in favour of getting the new code to the master.

---
 umbra/tests/test_controller.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/umbra/tests/test_controller.py b/umbra/tests/test_controller.py
index e0ff3f2a..4eadfb4b 100644
--- a/umbra/tests/test_controller.py
+++ b/umbra/tests/test_controller.py
@@ -57,6 +57,7 @@ class ControllerTest(pyfakefs.fake_filesystem_unittest.TestCase):
         calls_but = [mock.call("save", "normal"), mock.call("compare", "disabled")]
         view.button_status.assert_has_calls(calls_but)
 
+    # TODO: Rewrite tests below to mirror new _read_folder() structure
     # def test_read_folder_source(self):
     #     model, view, controller = self.makeMVC()
     #     model.get_multi_data.return_value = {}
-- 
GitLab