File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
graalpython/com.oracle.graal.python.test/src/tests/standalone Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4141import tempfile
4242import unittest
4343import shutil
44- import util
4544import sys
4645import textwrap
46+ from tests .standalone import util
4747
4848def append (file , txt ):
4949 with open (file , "a" ) as f :
@@ -369,7 +369,7 @@ def test_gradle_generated_app_external_resources(self):
369369 @unittest .skipUnless (util .is_gradle_plugin_test_enabled , "ENABLE_GRADLE_PLUGIN_UNITTESTS is not true" )
370370 def test_gradle_fail_without_graalpy_dep (self ):
371371 self .check_gradle_fail_without_graalpy_dep ()
372-
372+
373373 @unittest .skipUnless (util .is_gradle_plugin_test_enabled , "ENABLE_GRADLE_PLUGIN_UNITTESTS is not true" )
374374 def test_gradle_gen_launcher_and_venv (self ):
375375 self .check_gradle_gen_launcher_and_venv ()
Original file line number Diff line number Diff line change 4444import subprocess
4545import tempfile
4646import unittest
47- import pathlib
48- import util
4947import time
48+ from tests .standalone import util
5049
5150is_enabled = 'ENABLE_JBANG_INTEGRATION_UNITTESTS' in os .environ and os .environ ['ENABLE_JBANG_INTEGRATION_UNITTESTS' ] == "true"
5251MAVEN_REPO_LOCAL_URL = os .environ .get ('org.graalvm.maven.downloader.repository' )
Original file line number Diff line number Diff line change 4141import tempfile
4242import unittest
4343import shutil
44- import util
4544import sys
45+ from tests .standalone import util
4646
4747class MavenPluginTest (util .PolyglotAppTestBase ):
4848
Original file line number Diff line number Diff line change 4040import os
4141import tempfile
4242import unittest
43- import util
43+ from tests . standalone import util
4444
4545is_enabled = 'ENABLE_STANDALONE_UNITTESTS' in os .environ and os .environ ['ENABLE_STANDALONE_UNITTESTS' ] == "true"
4646
You can’t perform that action at this time.
0 commit comments