Tester.py in POD renders no result
Hello there!
I'm trying to implement impotrting svg files with pod. SInce I want to make it as standardised as possible, a tried to follow the testing pattern already developed.
So i added an example .svg file to images:
pod/test/images/
├── graph.svg
├── linux.jpg
├── plone.png
└── python.gif
Then I added the following lines the ImagesImport.odt
A PNG image.
->A SVG image
The GIF image with an anchor to the paragraph.
With the comment:
from document(
I then ran
python Tester.py ImagesImport.odt
Which reports: "59/62 successful test(s), but 3 ignored test(s) not counted."
However, the rendered result is nowhere to be found. I searchead the appy directory for result.odt (as found in Readme.txt) witouht success. And have also checked pod/test/
Where are the rendered tests located?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Appy Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask amartino for more information if necessary.