ene-rs / ene-kafka

An easy-to-use Kafka client for Rust
Apache License 2.0
13 stars 0 forks source link

Tests #14

Open Abdullahsab3 opened 2 months ago

Abdullahsab3 commented 2 months ago

The ene-kafka library is still young and evolving. Right now tests are minimally present. It might be interesting to add more tests to make sure that future releases dont break existing functionalities. For now it's fine to test manually since the library is stil fairly contained and not that big, but if it goes bigger, more tests are needed