guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] gnu: Add behave. (forgot the attchment...)


From: Ludovic Courtès
Subject: Re: [PATCH 1/2] gnu: Add behave. (forgot the attchment...)
Date: Mon, 30 Jun 2014 12:51:12 +0200
User-agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux)

Eric Bavier <address@hidden> skribis:

> From ea01959c9d733b0151fbe1780a8c36244a43eb3a Mon Sep 17 00:00:00 2001
> From: Eric Bavier <address@hidden>
> Date: Mon, 30 Jun 2014 00:25:33 -0500
> Subject: [PATCH 1/2] gnu: Add behave.
>
> * gnu/packages/python.scm (python-six, python-enum34, python-parse-type,
>   python-parse, behave): New variables.

OK.

> +    (synopsis
> +     "Extended parse module")

No newline after ‘synopsis’ please (in other places as well.)

> +    (description
> +     "")

Could you add a description?  :-)

> +    (synopsis "Python behaviour-driven development")
> +    (description
> +     "Behave is behaviour-driven development, Python style.  Behavior-driven
> +development (or BDD) is an agile software development technique that
> +encourages collaboration between developers, QA and non-technical or business
> +participants in a software project.  Behave uses tests written in a natural
> +language style, backed up by Python code.")

For the first sentence, perhaps something like “Behave is a tool for
behavior-drive development in Python”?

Also, choose “behaviour” or “behavior” (rather the latter.)

OK to push with these changes.

Thanks,
Ludo’.



reply via email to

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