Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start of test suite for rendered files #2540

Closed
wants to merge 9 commits into from
Closed

start of test suite for rendered files #2540

wants to merge 9 commits into from

Conversation

finanalyst
Copy link
Collaborator

The problem

More rigorous testing is needed at each stage of the documentation process, including testing of the pod renderers.

Solution provided

This is more of a proof of concept.
A new subdirectory is added. 'render-test'

The intention is that the pod renderer creates the html file html/generic-pod.html from the generic pod file in doc/generic-pod.pod6. Then the tests in t/ are run against html/generic-pod.html

The proof of concept has three tests for consideration. The tests would be run from inside render-test,eg.,

cd render-test
prove -e perl6

@finanalyst finanalyst requested a review from JJ January 7, 2019 10:45
Copy link
Contributor

@JJ JJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good for a start, but as I say somewhere else, I think this should go to a different repository, instead of going to its own directory. We can create a sub-tree in this repository if needed, but this needs to be really independent.

@finanalyst
Copy link
Collaborator Author

different plan suggested. So closing here

@finanalyst finanalyst closed this Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants