Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: native_client_sdk/src/build_tools/tests/sdktools_commands_test.py

Issue 11571032: [NaCl SDK] cleanup python unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/build_tools/tests/sdktools_commands_test.py
diff --git a/native_client_sdk/src/build_tools/tests/test_sdktools_commands.py b/native_client_sdk/src/build_tools/tests/sdktools_commands_test.py
similarity index 99%
rename from native_client_sdk/src/build_tools/tests/test_sdktools_commands.py
rename to native_client_sdk/src/build_tools/tests/sdktools_commands_test.py
index c1598335f19ed54458d324c49f52590f74be04e6..113ec9d01d40b4510c8befe579409fdd7db79660 100755
--- a/native_client_sdk/src/build_tools/tests/test_sdktools_commands.py
+++ b/native_client_sdk/src/build_tools/tests/sdktools_commands_test.py
@@ -9,7 +9,7 @@ import re
import tarfile
import tempfile
import unittest
-from test_sdktools import SdkToolsTestCase
+from sdktools_test import SdkToolsTestCase
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
BUILD_TOOLS_DIR = os.path.dirname(SCRIPT_DIR)

Powered by Google App Engine
This is Rietveld 408576698