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

doctest class versus doctest @class #88

Closed
cbm755 opened this issue Jun 15, 2015 · 2 comments
Closed

doctest class versus doctest @class #88

cbm755 opened this issue Jun 15, 2015 · 2 comments

Comments

@cbm755
Copy link
Collaborator

cbm755 commented Jun 15, 2015

Currently (#85), these are subtly different, especially on Matlab (#87). Fix, or document.

doctest @class treats it as a pure directory.

@cbm755
Copy link
Collaborator Author

cbm755 commented Dec 17, 2015

I think we can close this after PR #116.

See test/: choices. Behaviour on Octave is:

  1. doctest @test_shadow tests the class
  2. doctest test_shadow tests the directory, but if there is no directory, it tests the class.
  3. doctest test_shadow.m tests the m-file.

No one should be doing these things IRL IMHO ;-)

Above could be documented in our hypothetical future documentation (xref #129).

@cbm755
Copy link
Collaborator Author

cbm755 commented Dec 17, 2015

PR #116 is in, closing

@cbm755 cbm755 closed this as completed Dec 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants