File: README.rst

package info (click to toggle)
python-sphinxcontrib.plantuml 0.31-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: python: 949; makefile: 141
file content (12 lines) | stat: -rw-r--r-- 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
tests/fixture
=============

Files under `tests/fixture` are used by `test_functional.py`.
`test_functional.py` runs sphinx.build with *fake* plantuml executable,
`fakecmd.py`.

If you want to run sphinx-build with the real environment, please follow
these steps:

 1. put `plantuml.jar` under `tests/fixture`.
 2. run `make html` or something.