From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2C0D91381F3 for ; Sun, 30 Jun 2013 19:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39E30E09A2; Sun, 30 Jun 2013 19:55:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA3F3E0984 for ; Sun, 30 Jun 2013 19:55:45 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C58C433E014 for ; Sun, 30 Jun 2013 19:55:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 55811E468F for ; Sun, 30 Jun 2013 19:55:43 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1372515721.da7ced967df1a87f54694322075164a4a439a841.jauhien@gentoo> Subject: [gentoo-commits] proj/g-sorcery:master commit in: / X-VCS-Repository: proj/g-sorcery X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: da7ced967df1a87f54694322075164a4a439a841 X-VCS-Branch: master Date: Sun, 30 Jun 2013 19:55:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 150c2b9d-e997-450e-b32a-4b9e98a4242e X-Archives-Hash: 2cabdf38aa128e7a73d792bb576e7fef commit: da7ced967df1a87f54694322075164a4a439a841 Author: Jauhien Piatlicki (jauhien) gmail com> AuthorDate: Sat Jun 29 14:22:01 2013 +0000 Commit: Jauhien Piatlicki gmail com> CommitDate: Sat Jun 29 14:22:01 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=da7ced96 README: how to test --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index b44b62c..4cef2b2 100644 --- a/README +++ b/README @@ -41,3 +41,5 @@ manglers. But supporting them would be a good idea as well). Backend should have everything specific for a given 3rd party software provider: concrete algorithms for ebuild-generation, eclasses, databases with information about available software and so on. + +To test current code run `python3 scripts/run_tests.py'