From f7fc9a80207c220907c83104f164a5d72caaace1 Mon Sep 17 00:00:00 2001 From: Windel Bouwman Date: Thu, 18 Oct 2018 23:22:45 +0200 Subject: [PATCH] Move min/max test snippets to own directory to pass current tests. --- tests/{snippets => tobefixed}/builtin_max.py | 0 tests/{snippets => tobefixed}/builtin_min.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{snippets => tobefixed}/builtin_max.py (100%) rename tests/{snippets => tobefixed}/builtin_min.py (100%) diff --git a/tests/snippets/builtin_max.py b/tests/tobefixed/builtin_max.py similarity index 100% rename from tests/snippets/builtin_max.py rename to tests/tobefixed/builtin_max.py diff --git a/tests/snippets/builtin_min.py b/tests/tobefixed/builtin_min.py similarity index 100% rename from tests/snippets/builtin_min.py rename to tests/tobefixed/builtin_min.py