XmacsLabs / mogan

Mogan STEM Suite (based on GNU TeXmacs): Enjoy exploring science and technology!
https://mogan.app
GNU General Public License v3.0
374 stars 30 forks source link

[14_11] Add a unit test for get_completions() in TestDatabaseBasicFunction #1908

Closed rachelxhoot closed 3 months ago

rachelxhoot commented 3 months ago

The tests cover some scenarios to ensure the completions feature works as expected, including:

da-liii commented 3 months ago

Here is the guide on how to format your code: https://github.com/XmacsLabs/mogan/blob/branch-1.2/docs/guide/Format.md

rachelxhoot commented 3 months ago

Here is the guide on how to format your code: https://github.com/XmacsLabs/mogan/blob/branch-1.2/docs/guide/Format.md

Thank you!! I will refer to it to modify my code.

da-liii commented 3 months ago

Thanks for creating the first pull request, and now you have meet the 1 of the two baselines of a OSPP candidates.

And now, you may learn how to create a pull request to add scheme tests.

rachelxhoot commented 3 months ago

Thanks for creating the first pull request, and now you have meet the 1 of the two baselines of a OSPP candidates.

And now, you may learn how to create a pull request to add scheme tests.

Thanks for your patient guidance on my first GitHub PR 🥹, and I'm excited to explore more about Mogan!