From 2e64f1a6c3b06aa3524894e8ba7999fde9eab860 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 15 Mar 2020 12:45:09 +0100 Subject: [PATCH] dev-python/exam: removed useless line Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri --- 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 2c0bf33b98..dfccae644a 100644 --- a/dev-python/exam/metadata.xml +++ b/dev-python/exam/metadata.xml @@ -8,8 +8,8 @@ fluxx/exam - 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 + +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: