emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#30026: closed ([PATCH] gnu: behave: Enable tests.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30026: closed ([PATCH] gnu: behave: Enable tests.)
Date: Tue, 09 Jan 2018 16:45:03 +0000

Your message dated Tue, 09 Jan 2018 11:44:15 -0500
with message-id <address@hidden>
and subject line Re: [bug#30026] [PATCH] gnu: behave: Enable tests.
has caused the debbugs.gnu.org bug report #30026,
regarding [PATCH] gnu: behave: Enable tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30026: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30026
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: behave: Enable tests. Date: Mon, 8 Jan 2018 11:23:17 -0500
* gnu/packages/check.scm (behave)[native-inputs]: Add python-mock, python-nose
and python-pyhamcrest.
[arguments]: Remove #:tests?.  Add #:test-target.
---
 gnu/packages/check.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 76fb1dc3f..50675cb85 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1549,12 +1549,16 @@ backported from Python 2.7 for Python 2.4+.")
               (base32
                "1iypp6z46r19n4xmgx6m1lwmlpfjh8vapq8izigrqlaarvp2y64c"))))
     (build-system python-build-system)
+    (native-inputs
+     `(("python-mock" ,python-mock)
+       ("python-nose" ,python-nose)
+       ("python-pyhamcrest" ,python-pyhamcrest)))
     (propagated-inputs
      `(("python-six" ,python-six)
        ("python-parse" ,python-parse)
        ("python-parse-type" ,python-parse-type)))
-    (arguments `(#:tests? #f))          ;TODO: tests require nose>=1.3 and
-                                        ;PyHamcrest>=1.8
+    (arguments
+     '(#:test-target "behave_test"))
     (home-page "https://github.com/behave/behave";)
     (synopsis "Python behavior-driven development")
     (description
-- 
2.15.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30026] [PATCH] gnu: behave: Enable tests. Date: Tue, 09 Jan 2018 11:44:15 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Marius Bakke <address@hidden> writes:

> Kei Kebreau <address@hidden> writes:
>
>> * gnu/packages/check.scm (behave)[native-inputs]: Add python-mock, 
>> python-nose
>> and python-pyhamcrest.
>> [arguments]: Remove #:tests?.  Add #:test-target.
>
> LGTM, thanks!

Pushed, thanks for reviewing!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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