Skip to content

Commit

Permalink
Merge pull request #1036 from IntelPython/fix_pytest
Browse files Browse the repository at this point in the history
Added __init__.py to fix missing tests on CI.
  • Loading branch information
Diptorup Deb authored May 10, 2023
2 parents 88163d9 + fba60f2 commit 6786308
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions numba_dpex/tests/core/passes/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/core/runtime/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/core/types/DpctlSyclQueue/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/core/types/DpnpNdArray/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/core/types/USMNdAArray/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/dpjit_tests/dpnp/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/dpjit_tests/parfors/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/misc/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *

0 comments on commit 6786308

Please sign in to comment.