dev-python/exam: removed useless line

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-03-15 12:45:09 +01:00
parent 44d1f17507
commit 2e64f1a6c3

View File

@@ -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: