11ac89f72c9cc69e9111a4a152d04bba6555a0c0,tests/test_go.py,TestPosition,test_ko_move,#TestPosition#,237
Before Change
caps=(2, 2),
groups=go.deduce_groups(expected_board),
ko=pc("B9"),
last=pc("A9"),
last2=None,
player1turn=False,
)
After Change
caps=(2, 2),
groups=go.deduce_groups(expected_board),
ko=pc("B9"),
recent=(pc("A9"),),
player1turn=False,
)
actual_position = start_position.play_move(pc("A9"))
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 3
Instances
Project Name: brilee/MuGo
Commit Name: 11ac89f72c9cc69e9111a4a152d04bba6555a0c0
Time: 2016-07-25
Author: brian.kihoon.lee@gmail.com
File Name: tests/test_go.py
Class Name: TestPosition
Method Name: test_ko_move
Project Name: brilee/MuGo
Commit Name: 11ac89f72c9cc69e9111a4a152d04bba6555a0c0
Time: 2016-07-25
Author: brian.kihoon.lee@gmail.com
File Name: tests/test_go.py
Class Name: TestPosition
Method Name: test_move
Project Name: brilee/MuGo
Commit Name: 11ac89f72c9cc69e9111a4a152d04bba6555a0c0
Time: 2016-07-25
Author: brian.kihoon.lee@gmail.com
File Name: tests/test_go.py
Class Name: TestPosition
Method Name: test_move_with_capture
Project Name: brilee/MuGo
Commit Name: 11ac89f72c9cc69e9111a4a152d04bba6555a0c0
Time: 2016-07-25
Author: brian.kihoon.lee@gmail.com
File Name: tests/test_sgf_wrapper.py
Class Name: TestSgfWrapper
Method Name: test_chinese_handicap_handling
Project Name: brilee/MuGo
Commit Name: 11ac89f72c9cc69e9111a4a152d04bba6555a0c0
Time: 2016-07-25
Author: brian.kihoon.lee@gmail.com
File Name: tests/test_sgf_wrapper.py
Class Name: TestSgfWrapper
Method Name: test_japanese_handicap_handling