Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Version dependent error messages #643

Merged
merged 12 commits into from
Aug 30, 2017

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    4bdd32e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    411df8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4315ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ce9f26 View commit details
    Browse the repository at this point in the history
  5. Fix error message for bytes __add__ method

    Python 3.6+
    abonie committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    9f8e764 View commit details
    Browse the repository at this point in the history
  6. Linting issues

    abonie committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    dd898e0 View commit details
    Browse the repository at this point in the history
  7. Change how not_implemented_versions is used

    There is an option to specify in which Python versions certain test
    cases would fail. Before this commit, versions would be specified as
    floats. This changes it from floats to strings, which seems more
    intuitive.
    abonie committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    4e41bca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e4dd74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5db7cdc View commit details
    Browse the repository at this point in the history
  10. Small changes in few tests

    abonie committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    a9a3692 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4da26cf View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2017

  1. Mark docstring tests as expected failure

    math module's docstring changed in Python 3.5. For now it's ok to mark
    respective tests as failing.
    abonie committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    2a6cec1 View commit details
    Browse the repository at this point in the history