From f89b3397bbb6377186fe050b421cd2e0fa75ebee Mon Sep 17 00:00:00 2001 From: Taehoon Lee Date: Sun, 3 Jun 2018 02:21:06 +0900 Subject: [PATCH] Move tests for applications (#10341) --- .../applications => integration_tests}/applications_test.py | 0 .../applications => integration_tests}/imagenet_utils_test.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{keras/applications => integration_tests}/applications_test.py (100%) rename tests/{keras/applications => integration_tests}/imagenet_utils_test.py (100%) diff --git a/tests/keras/applications/applications_test.py b/tests/integration_tests/applications_test.py similarity index 100% rename from tests/keras/applications/applications_test.py rename to tests/integration_tests/applications_test.py diff --git a/tests/keras/applications/imagenet_utils_test.py b/tests/integration_tests/imagenet_utils_test.py similarity index 100% rename from tests/keras/applications/imagenet_utils_test.py rename to tests/integration_tests/imagenet_utils_test.py -- GitLab