From 5468c580ceb0171e7a405a98bc9f7c5ada08f2af Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Sat, 6 Jun 2015 13:19:08 -0700 Subject: [PATCH] Rename test dirs, and clarify naming --- tests/{test_python_full.py => test_full.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tests/{test_python_full.py => test_full.py} (95%) diff --git a/tests/test_python_full.py b/tests/test_full.py similarity index 95% rename from tests/test_python_full.py rename to tests/test_full.py index 2054053..0b994b3 100644 --- a/tests/test_python_full.py +++ b/tests/test_full.py @@ -8,7 +8,7 @@ import unittest class FullPythonTests(unittest.TestCase): - def test_full_run(self): + def test_full_py(self): os.chdir('tests/pyexample') try: if os.path.exists('_build'): @@ -35,7 +35,7 @@ Function class FullJavaScriptTests(unittest.TestCase): - def test_full_run(self): + def test_full_js(self): os.chdir('tests/jsexample') try: if os.path.exists('_build'):