commit: 2e64f1a6c3b06aa3524894e8ba7999fde9eab860
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 15 11:45:09 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 15 11:45:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e64f1a6
dev-python/exam: removed useless line
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/exam/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/exam/metadata.xml b/dev-python/exam/metadata.xml
index 2c0bf33..dfccae6 100644
--- a/dev-python/exam/metadata.xml
+++ b/dev-python/exam/metadata.xml
@@ -8,8 +8,8 @@
<upstream>
<remote-id type="github">fluxx/exam</remote-id>
</upstream>
- <longdescription lang="en">Exam is a Python toolkit for writing better
tests. It aims to remove a lot of the boiler plate testing code one often
writes, while still following Python conventions and adhering to the unit
testing interface.
-Installation
+ <longdescription lang="en">
+Exam is a Python toolkit for writing better tests. It aims to remove a lot of
the boiler plate testing code one often writes, while still following Python
conventions and adhering to the unit testing interface.
Aside from the obvious "does the code work?", writings tests has many
additional goals and benefits: