Skip to content

Commit d727a0a

Browse files
1e-toetotmeni
and
etotmeni
authored
Del dppl dir in tests (#43)
* Del dppl dir in tests * Del unused var Co-authored-by: etotmeni <elena.totmenina@intel.com>
1 parent cefb6ef commit d727a0a

25 files changed

+1
-8
lines changed

numba_dppy/tests/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
def load_tests(loader, tests, pattern):
99

1010
suite = SerialSuite()
11-
this_dir = dirname(__file__)
1211

1312
if dppy_config.dppy_present:
14-
suite.addTests(load_testsuite(loader, join(this_dir, 'dppl')))
13+
suite.addTests(load_testsuite(loader, dirname(__file__)))
1514
else:
1615
print("skipped DPPL tests")
1716

numba_dppy/tests/dppl/__init__.py

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)