From 98673f8e6ade45070889798f7adb12a628befe8a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 31 May 2013 14:39:23 -0400 Subject: [PATCH] Somehow, when I moved symmath, I left behind its test files!? --- {lms/lib => common/lib/capa}/symmath/test_formula.py | 0 {lms/lib => common/lib/capa}/symmath/test_symmath_check.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {lms/lib => common/lib/capa}/symmath/test_formula.py (100%) rename {lms/lib => common/lib/capa}/symmath/test_symmath_check.py (100%) diff --git a/lms/lib/symmath/test_formula.py b/common/lib/capa/symmath/test_formula.py similarity index 100% rename from lms/lib/symmath/test_formula.py rename to common/lib/capa/symmath/test_formula.py diff --git a/lms/lib/symmath/test_symmath_check.py b/common/lib/capa/symmath/test_symmath_check.py similarity index 100% rename from lms/lib/symmath/test_symmath_check.py rename to common/lib/capa/symmath/test_symmath_check.py