gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-survey] branch stable updated: running tests via 'no


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch stable updated: running tests via 'nose' and 'setuptools'
Date: Mon, 11 Dec 2017 16:22:01 +0100

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

marcello pushed a commit to branch stable
in repository survey.

The following commit(s) were added to refs/heads/stable by this push:
     new c07c0d6  running tests via 'nose' and 'setuptools'
c07c0d6 is described below

commit c07c0d6e119356ec82572aa8d381052aa71408e9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Dec 11 16:21:34 2017 +0100

    running tests via 'nose' and 'setuptools'
---
 Makefile.in | 3 +--
 setup.py    | 2 ++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 1693ad7..5f3c47a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,5 +49,4 @@ install: $(templates) install-data
 .PHONY: check
 check:
        @export address@hidden@/talersurvey/tests.conf; \
-        export address@hidden@/lib/address@hidden@/site-packages; \
-        python3 talersurvey/tests.py
+        python3 setup.py test
diff --git a/setup.py b/setup.py
index 6e92670..2fa7539 100755
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,8 @@ setup(name='talersurvey',
       license='GPL',
       packages=find_packages(),
       install_requires=["Flask>=0.10"],
+      test_suite="nose.collector",
+      tests_require=["mock", "nose"],
       package_data={
           '':[
               "survey/templates/*.html",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]