Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-14 | remove hardcoded stuff | Nate Sesti | |
2023-08-14 | give test more time to be sure | Nate Sesti | |
2023-08-14 | editing test again | Nate Sesti | |
2023-08-14 | fix: :bug: MAX_TOKENS_FOR_MODEL bug fix, more testing | Nate Sesti | |
2023-08-14 | ci: :green_heart: don't kill existing server in test | Nate Sesti | |
2023-08-13 | feat: :white_check_mark: update test and add model telemetry | Nate Sesti | |
2023-08-10 | fix: :white_check_mark: allow longer wait in test | Nate Sesti | |
2023-08-09 | fix: :green_heart: increase testing timeout to allow for fkill | Nate Sesti | |
2023-08-09 | fix: :bug: write out npm run package as package.js | Nate Sesti | |
2023-08-09 | ci: :green_heart: testing testing in ci | Nate Sesti | |
2023-08-07 | fix: :white_check_mark: allow longer for python server to start in test | Nate Sesti | |
2023-08-07 | - Allowing debugging server while debugging extension tests | Kirill Dubovitskiy | |
- Preventing mocha timeouts due to hitting breakpoints | |||
2023-08-07 | Adding launch configuration for debugging tests (separate from server) | Kirill Dubovitskiy | |
2023-08-07 | Refactor test scripts and update build configurations | Kirill Dubovitskiy | |
- Added a new esbuild for: - bundling test runners (run tests on vscode + mocha runner) - bundling all tests in the project - Some opinionated renamings / moving test related things around - Changed output directory in tsconfig to avoid overriding the entire out directory - bundles tests also go there Some poking around trying to deprecate jest as it is not used and mocha is more often used for vscode extension testing. Though I assume jest was added to test GUI within extension. This work was started because there are compilation issues with the current setup and neither of the tests are actually working so figured getting one to a working spot is a good start |