- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 5.7k
 
Closed
Labels
docsystemThe documentation building systemThe documentation building systemtestThis change adds or pertains to unit testsThis change adds or pertains to unit tests
Description
Doctests are part of the documentation and having them run automatically on travis, would ensure that the Julia documentation is kept up to date and consistent. Additionally more tests are always helpful and #15753 exposed a few regressions.
After #15753 all doctests are functional again and we could enable them for testing. While working on that PR I noticed that there is one annoying property of the doctest. They may spuriously fail when linenumbers change. This can be solved by replacing the linenumbers in the doctest with .... Any other changes will still trigger a failure.
As an example see 19d4431
timholy and ranjanan
Metadata
Metadata
Assignees
Labels
docsystemThe documentation building systemThe documentation building systemtestThis change adds or pertains to unit testsThis change adds or pertains to unit tests