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

Use assertItemsEqual py2 and assertCountEqual py3 #33

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    e9fa1c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42dccba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b753901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c2c749 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfc7802 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86e6592 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7449a4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fddd54 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6828b5d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    294d4cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ee9ebf2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4a74c5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3b2c204 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Configuration menu
    Copy the full SHA
    42f0a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d03264 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Use assertItemsEqual py2 and assertCountEqual py3

    Due to a change in unittest in as identified by @jneuff in
    blue-yonder#8 (comment)
    
    Semantically they appear to be the same and this fixes the related failing
    tests on Python 3.5 as described in the gist in
    blue-yonder#8 (comment)
    
    Adds a basic method to determine python version for now, only committing so that
    the new deeper unitest.assertEqual issue that now presents itself can be
    addressed.
    earthgecko committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    7c2be54 View commit details
    Browse the repository at this point in the history