Commit graph

11 commits

Author SHA1 Message Date
Smirnov Oleksandr
b92e782313 idk how good this idea is 2024-02-28 15:22:20 +02:00
Smirnov Oleksandr
5f8466d043
run tests independent of user nvim setup (#39)
* chore(lua_ls): now lua_ls knows about testing functions

* spec: change way how tests srtuctured

* test(config): refactor tests

* test: utils

* refactor(utils): remove not used function

* chore(ci): add test runner

* chore(ci): remove taskfile from deps

* fix: now it works
2023-07-21 02:57:46 +03:00
Smirnov Oleksandr
3d49d58fd2 feat: run tests independent from user's nvim config 2023-07-20 00:18:13 +03:00
Smirnov Oleksandr
b5c3358521
refactor tests (#23)
* fix: add `nvim-dap` as test dep. fix makefile

* refactor(spec): struct_tags
2022-12-19 12:27:39 +02:00
Smirnov Oleksandr
1363d55056 refactor: change minimal spec config 2022-12-19 11:52:07 +02:00
Smirnov Oleksandr
4b83da6d7f style: reformat all lua code 2022-07-07 14:09:48 +03:00
Smirnov Oleksandr
40a2839eab
feat(config): add base implementation
* feat(config): naive implementation

feat(config): get command for a run from config

* docs: add config

* fix typo [skip ci]

* test: add config
2022-06-27 20:28:35 +03:00
Smirnov Olexander
7587555fa9 test: add for utils
* Add tests only for gopher._utils.empty()
2022-06-11 17:16:41 +03:00
Smirnov Olexander
149e89eab4 test: add for struct_tags 2022-06-11 17:16:41 +03:00
Smirnov Olexander
49d99135be add makefile 2022-05-31 00:23:53 +03:00
Smirnov Olexander
7fc01485e7 Initial commit 2022-05-30 15:44:12 +03:00