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

Add missing mock player tests #901

Merged
merged 4 commits into from
Mar 14, 2017
Merged

Add missing mock player tests #901

merged 4 commits into from
Mar 14, 2017

Conversation

meatballs
Copy link
Member

No description provided.

Copy link
Member

@drvinceknight drvinceknight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -8,9 +8,18 @@

class TestMockPlayer(unittest.TestCase):

def test_init(self):
actions = 'CCD'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[C, C, D]

@@ -8,9 +8,18 @@

class TestMockPlayer(unittest.TestCase):

def test_init(self):
actions = 'CCD'
history ='CCC'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[C, C, C]

def test_init(self):
actions = 'CCD'
history ='CCC'
state_dist={(C, C): 2, (D, C): 1}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spacing

@drvinceknight drvinceknight merged commit c47a43e into master Mar 14, 2017
@drvinceknight drvinceknight deleted the mock-player-tests branch March 14, 2017 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants