Skip to content

Commit

Permalink
Add a basic test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoene committed Jun 5, 2015
1 parent b33ee20 commit c1812c1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
manta
manta-cli/manta-cli
example/chat/chat
replays/*.dem*
11 changes: 11 additions & 0 deletions manta_test.go
@@ -0,0 +1,11 @@
package manta

import (
"testing"
)

// Simply tests that we can read the outer structure of a real match
func TestOuterParserRealMatch(t *testing.T) {
parser := NewParserFromFile("replays/real_match.dem")
parser.Start()
}
Empty file added replays/.gitkeep
Empty file.

0 comments on commit c1812c1

Please sign in to comment.