diff options
| author | Martin Bielik <martin.bielik@instea.sk> | 2024-12-15 10:46:21 +0100 |
|---|---|---|
| committer | Martin Bielik <martin.bielik@instea.sk> | 2024-12-15 10:58:00 +0100 |
| commit | 6bf889156f2ca8cecdc14ff8a882e4ed043d152e (patch) | |
| tree | 4d53b664dc1fd186937824120394cadb90b680e7 /tests/mocks | |
| parent | 6554bf7c3c5ff16a4727260a8406f7a989a56598 (diff) | |
| download | vim-ai-6bf889156f2ca8cecdc14ff8a882e4ed043d152e.tar.gz | |
unified config parsing + tests
Diffstat (limited to '')
| -rw-r--r-- | tests/mocks/vim.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mocks/vim.py b/tests/mocks/vim.py new file mode 100644 index 0000000..be14b4b --- /dev/null +++ b/tests/mocks/vim.py @@ -0,0 +1,5 @@ +def eval(cmd): + pass + +def command(cmd): + pass |