mirror of
https://github.com/frappe/bench.git
synced 2024-11-17 02:25:16 +00:00
test: Update env test
Env folder's include may be empty or non existent
This commit is contained in:
parent
530a980ef7
commit
7e1db3fd74
@ -44,7 +44,7 @@ class TestBenchBase(unittest.TestCase):
|
|||||||
bench_path = os.path.abspath(bench_name)
|
bench_path = os.path.abspath(bench_name)
|
||||||
python_path = os.path.abspath(os.path.join(bench_path, "env", "bin", "python"))
|
python_path = os.path.abspath(os.path.join(bench_path, "env", "bin", "python"))
|
||||||
self.assertTrue(python_path.startswith(bench_path))
|
self.assertTrue(python_path.startswith(bench_path))
|
||||||
for subdir in ("bin", "include", "lib", "share"):
|
for subdir in ("bin", "lib", "share"):
|
||||||
self.assert_exists(bench_name, "env", subdir)
|
self.assert_exists(bench_name, "env", subdir)
|
||||||
|
|
||||||
def assert_config(self, bench_name):
|
def assert_config(self, bench_name):
|
||||||
|
Loading…
Reference in New Issue
Block a user