aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_gnunet_statistics.py.in
Commit message (Collapse)AuthorAge
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* format pythonng02019-10-12
|
* Cleanup Python code: remove `import __future__`.Hartmut Goebel2019-03-10
| | | | | All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only.
* test_gnunet_statistics: flake8Nils Gillmann2018-05-22
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* fix test check for TMPDIR: do not throw exception if variable does not existChristian Grothoff2018-05-10
|
* test_gnunet_statistics.py: use new locations of TMPNils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* trying to fix #3281Christian Grothoff2014-02-11
|
* Change the tmp dir after .confLRN2013-10-12
|
* Fix invocation of just-built toolsLRN2013-08-16
|
* -misc minor fixesChristian Grothoff2012-11-03
|
* -LRN: Python-based test script for statisticsChristian Grothoff2012-07-09