From e7758d9e70e398448f28ea8f138dca0dc07b3b15 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 31 Mar 2024 16:32:18 +0200 Subject: [PATCH] chore(docs): add comment in pytest module --- lua/pytest.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/pytest.lua b/lua/pytest.lua index 1c0ea4e..8801f65 100644 --- a/lua/pytest.lua +++ b/lua/pytest.lua @@ -1,3 +1,7 @@ +-- TODO: clean this up. +-- For other readers: I don't currently use this, and is probably broken. +-- This was started as a work in progress a long time ago. + local utils = require("utils") local M = {}