[python-arrayfire] 32/58: Moving tests to be part of the arrayfire module

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 28 13:57:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-arrayfire.

commit da596b0b23935bd356730d158e0bc0cd99f881f7
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Fri Sep 16 21:38:06 2016 -0400

    Moving tests to be part of the arrayfire module
    
    - They can now be tested using "python -m arrayfire.tests"
---
 {tests => arrayfire/tests}/__init__.py          | 0
 {tests => arrayfire/tests}/__main__.py          | 0
 {tests => arrayfire/tests}/simple/__init__.py   | 0
 {tests => arrayfire/tests}/simple/_util.py      | 0
 {tests => arrayfire/tests}/simple/algorithm.py  | 0
 {tests => arrayfire/tests}/simple/arith.py      | 0
 {tests => arrayfire/tests}/simple/array_test.py | 0
 {tests => arrayfire/tests}/simple/blas.py       | 0
 {tests => arrayfire/tests}/simple/data.py       | 0
 {tests => arrayfire/tests}/simple/device.py     | 0
 {tests => arrayfire/tests}/simple/image.py      | 0
 {tests => arrayfire/tests}/simple/index.py      | 0
 {tests => arrayfire/tests}/simple/lapack.py     | 0
 {tests => arrayfire/tests}/simple/signal.py     | 0
 {tests => arrayfire/tests}/simple/statistics.py | 0
 {tests => arrayfire/tests}/simple_tests.py      | 0
 16 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/tests/__init__.py b/arrayfire/tests/__init__.py
similarity index 100%
rename from tests/__init__.py
rename to arrayfire/tests/__init__.py
diff --git a/tests/__main__.py b/arrayfire/tests/__main__.py
similarity index 100%
rename from tests/__main__.py
rename to arrayfire/tests/__main__.py
diff --git a/tests/simple/__init__.py b/arrayfire/tests/simple/__init__.py
similarity index 100%
rename from tests/simple/__init__.py
rename to arrayfire/tests/simple/__init__.py
diff --git a/tests/simple/_util.py b/arrayfire/tests/simple/_util.py
similarity index 100%
rename from tests/simple/_util.py
rename to arrayfire/tests/simple/_util.py
diff --git a/tests/simple/algorithm.py b/arrayfire/tests/simple/algorithm.py
similarity index 100%
rename from tests/simple/algorithm.py
rename to arrayfire/tests/simple/algorithm.py
diff --git a/tests/simple/arith.py b/arrayfire/tests/simple/arith.py
similarity index 100%
rename from tests/simple/arith.py
rename to arrayfire/tests/simple/arith.py
diff --git a/tests/simple/array_test.py b/arrayfire/tests/simple/array_test.py
similarity index 100%
rename from tests/simple/array_test.py
rename to arrayfire/tests/simple/array_test.py
diff --git a/tests/simple/blas.py b/arrayfire/tests/simple/blas.py
similarity index 100%
rename from tests/simple/blas.py
rename to arrayfire/tests/simple/blas.py
diff --git a/tests/simple/data.py b/arrayfire/tests/simple/data.py
similarity index 100%
rename from tests/simple/data.py
rename to arrayfire/tests/simple/data.py
diff --git a/tests/simple/device.py b/arrayfire/tests/simple/device.py
similarity index 100%
rename from tests/simple/device.py
rename to arrayfire/tests/simple/device.py
diff --git a/tests/simple/image.py b/arrayfire/tests/simple/image.py
similarity index 100%
rename from tests/simple/image.py
rename to arrayfire/tests/simple/image.py
diff --git a/tests/simple/index.py b/arrayfire/tests/simple/index.py
similarity index 100%
rename from tests/simple/index.py
rename to arrayfire/tests/simple/index.py
diff --git a/tests/simple/lapack.py b/arrayfire/tests/simple/lapack.py
similarity index 100%
rename from tests/simple/lapack.py
rename to arrayfire/tests/simple/lapack.py
diff --git a/tests/simple/signal.py b/arrayfire/tests/simple/signal.py
similarity index 100%
rename from tests/simple/signal.py
rename to arrayfire/tests/simple/signal.py
diff --git a/tests/simple/statistics.py b/arrayfire/tests/simple/statistics.py
similarity index 100%
rename from tests/simple/statistics.py
rename to arrayfire/tests/simple/statistics.py
diff --git a/tests/simple_tests.py b/arrayfire/tests/simple_tests.py
similarity index 100%
rename from tests/simple_tests.py
rename to arrayfire/tests/simple_tests.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git



More information about the debian-science-commits mailing list