diff --git a/gguf-py/tests/test_gguf.py b/gguf-py/tests/test_gguf.py index 992cc1481..512531dd2 100644 --- a/gguf-py/tests/test_gguf.py +++ b/gguf-py/tests/test_gguf.py @@ -1,7 +1,7 @@ -from gguf import __version__ +import gguf # TODO: add tests -def test_version(): - assert __version__ == '0.1.0' +def test_write_gguf(): + pass