gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated (bb3371542 -> e16465c65)


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated (bb3371542 -> e16465c65)
Date: Tue, 03 Jul 2018 09:02:24 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a change to branch master
in repository gnunet.

    from bb3371542 rps service: set delete flags on channel properly
     new c579fa83c Documentation: Contributing testcases
     new 061526a35 Merge branch 'master' of gnunet.org:gnunet
     new ee6d0b2da fix
     new e16465c65 Documentation: use texinfo greater-equal-than in installation

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/documentation/chapters/contributing.texi | 19 +++++++++++++++++++
 doc/documentation/chapters/installation.texi |  8 ++++----
 doc/documentation/gnunet.texi                |  1 +
 3 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/doc/documentation/chapters/contributing.texi 
b/doc/documentation/chapters/contributing.texi
index dc87de3d6..a92df45c3 100644
--- a/doc/documentation/chapters/contributing.texi
+++ b/doc/documentation/chapters/contributing.texi
@@ -6,6 +6,7 @@
 * Licenses of contributions::
 * Copyright Assignment::
 * Contributing to the Reference Manual::
+* Contributing testcases::
 @end menu
 
 @node Contributing to GNUnet
@@ -90,3 +91,21 @@ In a 200+ pages handbook it's better to have footnotes 
accessible
 without having to skip over to the end.
 
 @end itemize
+
address@hidden Contributing testcases
address@hidden Contributing testcases
+
+In the core of gnunet, we restrict new testcases to a small subset
+of languages, in order of preference:
address@hidden
address@hidden C
address@hidden Bash (preferable portable without too much specifics to Bash)
address@hidden Python (@geq{}3.6)
address@hidden enumerate
+
+We welcome efforts to remove our existing python-2.7 scripts to
+replace them either with Bash or, at your choice, python-3.6+.
+
+If you contribute new python based testcases, we advise you to
+not repeat our past misfortunes and write the tests in a standard
+test framework like for example pytest.
diff --git a/doc/documentation/chapters/installation.texi 
b/doc/documentation/chapters/installation.texi
index f6dd69216..559a97f96 100644
--- a/doc/documentation/chapters/installation.texi
+++ b/doc/documentation/chapters/installation.texi
@@ -28,13 +28,13 @@ link to the project websites.
 The mandatory libraries and applications are
 @itemize @bullet
 @item libtool
address@hidden autoconf >= version 2.59
address@hidden automake >= version 1.11.1
address@hidden autoconf @geq{}2.59
address@hidden automake @geq{}1.11.1
 @item pkg-config
address@hidden libgcrypt >= version 1.6
address@hidden libgcrypt @geq{}1.6
 @item libextractor
 @item libidn
address@hidden libmicrohttpd >= version 0.9.52
address@hidden libmicrohttpd @geq{}0.9.52
 @item libnss 
 @item libunistring
 @item gettext
diff --git a/doc/documentation/gnunet.texi b/doc/documentation/gnunet.texi
index 747df5cf5..7743fddea 100644
--- a/doc/documentation/gnunet.texi
+++ b/doc/documentation/gnunet.texi
@@ -150,6 +150,7 @@ GNUnet Contributors Handbook
 * Licenses of contributions::
 * Copyright Assignment::
 * Contributing to the Reference Manual::
+* Contributing testcases::
 
 GNUnet Developer Handbook
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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