summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-05-15 23:27:09 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-06-09 10:11:26 +0200
commitfc802313cab6a95a2cb174998e86af64be3cbc4c (patch)
tree3a3ac7a2e04a3b60b28aeb6f4b2df4590d2d10c4 /tests
parent4f540ed070e736a15928d4a1e7af16bc25871387 (diff)
downloadasciidoc-py3-fc802313cab6a95a2cb174998e86af64be3cbc4c.tar.gz
Add stub file barchart.py to ensure stable output for filters-test.txt
Diffstat (limited to 'tests')
-rw-r--r--tests/data/barchart.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/barchart.py b/tests/data/barchart.py
new file mode 100644
index 0000000..e2edf74
--- /dev/null
+++ b/tests/data/barchart.py
@@ -0,0 +1,2 @@
+print("No barchart to avoid depending on Pychart for the tests.\n"
+ "See also: http://asciidoc.org/faq.html#_is_it_possible_to_include_charts_in_asciidoc_documents")