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

Update test_stalker.py #943

Merged
merged 16 commits into from Apr 18, 2017
Merged

Update test_stalker.py #943

merged 16 commits into from Apr 18, 2017

Commits on Apr 16, 2017

  1. Update test_stalker.py

    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    44685dd View commit details
    Browse the repository at this point in the history
  2. Update test_stalker.py

    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    26176c2 View commit details
    Browse the repository at this point in the history
  3. Update test_stalker.py

    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    a2d6c6c View commit details
    Browse the repository at this point in the history
  4. Update test_stalker.py

    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    edb83de View commit details
    Browse the repository at this point in the history
  5. Update test_stalker.py

    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    553ea7a View commit details
    Browse the repository at this point in the history
  6. Update test_stalker.py

    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    dd2d694 View commit details
    Browse the repository at this point in the history
  7. Update test_stalker.py

    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    7c20342 View commit details
    Browse the repository at this point in the history
  8. Update test_stalker.py

    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    c588353 View commit details
    Browse the repository at this point in the history
  9. Update test_stalker.py

    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    e4a40bc View commit details
    Browse the repository at this point in the history
  10. Update test_stalker.py

    unittest on my machine is giving me different results from the results here.
    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    01a5bd2 View commit details
    Browse the repository at this point in the history
  11. Update test_stalker.py

    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    dc9ad27 View commit details
    Browse the repository at this point in the history
  12. Update test_stalker.py

    change the results back to the way Appveyor test results show
    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    d7c526d View commit details
    Browse the repository at this point in the history
  13. Update test_stalker.py

    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    da77c48 View commit details
    Browse the repository at this point in the history
  14. Update test_stalker.py

    line 34 test, the test error is showing that stalker will cooperate until the last round, the Mock Player cooperates. I am changing it to the way tests outcomes show. But as previous builds, the current average score > very good score tests does not get tested.
    alajara authored and drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    2bc4e2c View commit details
    Browse the repository at this point in the history
  15. Add a test for average_score > good score.

    This requires tricking the player to defect before the end of the game.
    drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    e50d2e1 View commit details
    Browse the repository at this point in the history
  16. Fix the broken import.

    drvinceknight committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    c6db95d View commit details
    Browse the repository at this point in the history