Skip to content

Commit 34732d0

Browse files
committed
Merge branch 'master' of github.com:GraylinKim/sc2reader
2 parents 5300009 + d9c209f commit 34732d0

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

shell.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
# replay = Replay("test_replays/build17811/1.sc2replay")
99
# print replay.type
1010
# print replay.players[0].rgba
11-
# print "%02X%02X%02X" % (replay.players[0].rgba['r'], replay.players[0].rgba['g'], replay.players[0].rgba['b'])
11+
# print "%02X%02X%02X" % (replay.players[0].rgba['r'], replay.players[0].rgba['g'], replay.players[0].rgba['b'])
12+
13+
replay = Replay("94.sc2replay")
144 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ def test_footmen():
158158

159159
def test_encrypted():
160160
replay = Replay("test_replays/build17811/4.SC2Replay")
161+
162+
# TODO: Failing
163+
def test_observers():
164+
replay = Replay("test_replays/build17811/13.SC2Replay")
161165

162166
def test_datetimes():
163167
# Ignore seconds in comparisons, because they are off by one what is reported by Windows.

0 commit comments

Comments
 (0)