Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assorted updates #66

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Assorted updates #66

wants to merge 23 commits into from

Conversation

brandonsturgeon
Copy link
Member

This PR:

  • ✅ Adds a way to change what map the server starts with (with GH action bindings)
  • ✅ Provides a new mechanism for mounting arbitrary files to the test server's filesystem (this means dll support!)
  • ✅ Supports a new parameter that allows users to add/modify the server's startup parameters (injection!)
  • ✅ Covers almost the project with LuaLS typedocs
  • ✅ Creates the initial set of self-tests
  • ✅ Adds expect.deepEqual( tbl1, tbl2 )
  • ✨ Fully rewrites the Runner code
  • ✨ Improves the Expected 'A' to equal 'B' output for strings (wraps both values in quotation marks now)
  • 🛠️ Fixes the tolerance parameter of aboutEqual not working (?)
  • ✅ Adds a number of assert calls through the expectations, giving user-friendly error messages if they're misused
  • 🛠️ Fixed a grammatical error with .to.beAn / notTo.beAn
  • 🧹 Replaced remaining uses of StartWith with StartsWith
  • ✅ Added basic print statements when a file in tests/ couldn't be loaded as a GLuaTest test group
  • ✅ Added a coroutine = true option to test cases, which will run them as a coroutine
  • 🧹 Rewrote the Stubmaker to make it less poopy

TODO:

  • Add a version print on test run
  • A link + instructions to the GLuaTestGPT, and instructions for how to use LLM_PROMPT
  • More self-tests
  • Documentation for the new Github Actions-focused features

@brandonsturgeon brandonsturgeon self-assigned this Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant