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

doctests in TestCase classes #4

Merged
merged 10 commits into from Jul 15, 2015
Merged

doctests in TestCase classes #4

merged 10 commits into from Jul 15, 2015

Commits on Jul 12, 2015

  1. Added support for creating doctests as methods of

      unittest.TestCase classes so that they can found automatically
      by test runners, like *nose* that ignore test suites.
    Jim Fulton committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    842c1dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d1dbaf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2015

  1. typo

    Jim Fulton committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    a6e248b View commit details
    Browse the repository at this point in the history
  2. better open hygiene

    Jim Fulton committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    8abe07d View commit details
    Browse the repository at this point in the history
  3. consistent spacing around =

    Jim Fulton committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    24f035f View commit details
    Browse the repository at this point in the history
  4. remove unused import

    Jim Fulton committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    4724244 View commit details
    Browse the repository at this point in the history
  5. typo

    Jim Fulton committed Jul 13, 2015
    Configuration menu
    Copy the full SHA
    0dd0b8b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. Overhaul of doctestcase based on reviewer comments

    Jim Fulton committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    a744aa3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2015

  1. fixed many typos

    Jim Fulton committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    c8b211e View commit details
    Browse the repository at this point in the history
  2. Noted that IGNORE_EXCEPTION_DETAIL is always used.

    Jim Fulton committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    d0353c9 View commit details
    Browse the repository at this point in the history