Neroware / GodotRx

Reactive Extensions for Godot Engine version 4
MIT License
89 stars 5 forks source link

Create unit tests for operators and observables #21

Open Neroware opened 3 months ago

Neroware commented 3 months ago

We require tests for all operators and observable constructors to prove correct functionality. I will track all already covered ones here.

Currently tested in GDRx test-suit:

map, filter, pairwise, zip, start_timer, start_periodic_timer

Submissions are always welcome! ;)

Neroware commented 3 months ago

Tests are currently pushed to branch rz/testing