Skip to content

Commit

Permalink
Added unit test for 'balance' function (marco-c#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbugger committed Mar 4, 2018
1 parent b213987 commit 7f6b72c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def test_write_labels():
utils.write_labels(label, file_name=file_path)
assert(os.path.exists(file_path))


def test_balance():
unbalanced_tuples = [
("data", 1),
Expand Down

0 comments on commit 7f6b72c

Please sign in to comment.