2shady4u / godot-sqlite

GDExtension wrapper for SQLite (Godot 4.x+)
MIT License
947 stars 82 forks source link

test #129

Open feefladder opened 1 year ago

feefladder commented 1 year ago

working! Only tests on linux using barichello container and no shell scripts. I also changed the mainscene to the demo, but can revert that in a future commit.

feefladder commented 1 year ago

@2shady4u It's working now! I could also add more tests, like convert the basic_querying function to tests? Then I think it'd be nicest to merge this and I can open a second PR?

2shady4u commented 1 year ago

@2shady4u It's working now! I could also add more tests, like convert the basic_querying function to tests? Then I think it'd be nicest to merge this and I can open a second PR?

Good job @feefladder 😄

For now I would propose to just have the single open/close test. The main goal of this PR was to figure out https://github.com/2shady4u/godot-sqlite/issues/122

Thus, the real fun begins: Changing the host platform to "macos-11" and seeing what happens 😆