From 6666f1d36a89a1d81c5fa4c936a42bd0f5551bac Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 6 May 2020 16:34:48 -0400 Subject: remove target_test.py (#5112) --- tools/util_test.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/util_test.py') diff --git a/tools/util_test.py b/tools/util_test.py index 2d6770159..8c25b10ed 100755 --- a/tools/util_test.py +++ b/tools/util_test.py @@ -37,6 +37,9 @@ class TestUtil(DenoTestCase): assert stats3['req_per_sec'] == 96037 assert stats3['max_latency'] == 6.36 + def test_executable_exists(self): + assert os.path.exists(self.deno_exe) + if __name__ == '__main__': run_tests() -- cgit v1.2.3