From 0248ca811e076ac0017e4cb35651ca6b57c3bfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Fri, 25 Aug 2023 09:08:05 +0300 Subject: [PATCH] gguf : add notes for tests --- gguf-py/tests/test_gguf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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