Skip to content

Commit

Permalink
remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynmitchell committed Dec 29, 2023
1 parent b5d24b7 commit 5ad258f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/tokenizers/test_tokenmonster.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,6 @@ def test_token_monster_new():
assert tokenizer.vocab is not None


def test_token_monster_save():
tokenizer = TokenMonster("englishcode-32000-consistent-v1")
tokenizer.save("/path/to/your/file") # replace with your actual file path

# There's no direct way to assert the effect of this method as it doesn't return anything
# and it doesn't change any accessible state of the TokenMonster object.
# You might need to check manually if the file is saved correctly.


def test_token_monster_export_yaml():
tokenizer = TokenMonster("englishcode-32000-consistent-v1")
yaml = tokenizer.export_yaml()
Expand Down

0 comments on commit 5ad258f

Please sign in to comment.