diff options
author | 2023-01-13 03:18:23 -0500 | |
---|---|---|
committer | 2023-01-13 03:18:23 -0500 | |
commit | e423e9f6ee29968b15ba55500656902e812c5ffb (patch) | |
tree | 5f44d93aa52c9aa4e536fcd4dad25817c36f6b97 /dev-python/py2bit | |
parent | dev-python/py2bit: add 0.3.1 (diff) | |
download | sci-e423e9f6ee29968b15ba55500656902e812c5ffb.tar.gz sci-e423e9f6ee29968b15ba55500656902e812c5ffb.tar.bz2 sci-e423e9f6ee29968b15ba55500656902e812c5ffb.zip |
dev-python/py2bit: added tests
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-python/py2bit')
-rw-r--r-- | dev-python/py2bit/py2bit-0.3.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/py2bit/py2bit-0.3.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/py2bit/py2bit-9999.ebuild | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/py2bit/py2bit-0.3.0.ebuild b/dev-python/py2bit/py2bit-0.3.0.ebuild index e0e3a6873..532340411 100644 --- a/dev-python/py2bit/py2bit-0.3.0.ebuild +++ b/dev-python/py2bit/py2bit-0.3.0.ebuild @@ -23,3 +23,9 @@ SLOT="0" DEPEND="sci-libs/lib2bit" RDEPEND="${DEPEND}" + +distutils_enable_tests pytest + +python_test() { + epytest "py2bitTest/test.py" +} diff --git a/dev-python/py2bit/py2bit-0.3.1.ebuild b/dev-python/py2bit/py2bit-0.3.1.ebuild index e0e3a6873..532340411 100644 --- a/dev-python/py2bit/py2bit-0.3.1.ebuild +++ b/dev-python/py2bit/py2bit-0.3.1.ebuild @@ -23,3 +23,9 @@ SLOT="0" DEPEND="sci-libs/lib2bit" RDEPEND="${DEPEND}" + +distutils_enable_tests pytest + +python_test() { + epytest "py2bitTest/test.py" +} diff --git a/dev-python/py2bit/py2bit-9999.ebuild b/dev-python/py2bit/py2bit-9999.ebuild index e0e3a6873..532340411 100644 --- a/dev-python/py2bit/py2bit-9999.ebuild +++ b/dev-python/py2bit/py2bit-9999.ebuild @@ -23,3 +23,9 @@ SLOT="0" DEPEND="sci-libs/lib2bit" RDEPEND="${DEPEND}" + +distutils_enable_tests pytest + +python_test() { + epytest "py2bitTest/test.py" +} |