LSP Test Framework
Posted: Mon Mar 30, 2020 8:14 pm
LSP Project tree is now being decomposed into separate modules with aim to become better portability between different platforms.
Splitting the whole tree into modules simplifies encapsulation principles, in other words one module solves one specific set of tasks.
Let me introduce the first module decomposed from LSP source code tree - LSP Test Framework.
https://github.com/sadko4u/lsp-test-fw
It's a simple and minimalistic framework which solves many problems related to automated testing of code.
LSP Project currently uses this framework as a part of project tree. When other modules will be decomposed, LSP Project will switch to using this repository.
Here's an example of how it works for Windows, too:

More examples of really used production tests are here:
https://github.com/sadko4u/lsp-plugins/ ... rc/testing
Splitting the whole tree into modules simplifies encapsulation principles, in other words one module solves one specific set of tasks.
Let me introduce the first module decomposed from LSP source code tree - LSP Test Framework.
https://github.com/sadko4u/lsp-test-fw
It's a simple and minimalistic framework which solves many problems related to automated testing of code.
LSP Project currently uses this framework as a part of project tree. When other modules will be decomposed, LSP Project will switch to using this repository.
Here's an example of how it works for Windows, too:

More examples of really used production tests are here:
https://github.com/sadko4u/lsp-plugins/ ... rc/testing