aleksul / repid

Repid framework: simple to use, fast to run and extensible to adopt job scheduler
http://repid.aleksul.space/
MIT License
65 stars 3 forks source link

🚚 In-memory instead of Dummy brokers #104

Closed aleksul closed 1 year ago

aleksul commented 1 year ago

Change Summary

Renamed Dummy brokers to In-memory. After all, they are not dumb at all! /j

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #104 (1b586d6) into main (6490c32) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #104   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           43        44    +1     
  Lines         1689      1701   +12     
=========================================
+ Hits          1689      1701   +12     
Impacted Files Coverage Δ
repid/connections/in_memory/utils.py 100.00% <ø> (ø)
repid/connections/__init__.py 100.00% <100.00%> (ø)
repid/connections/dummy/__init__.py 100.00% <100.00%> (ø)
repid/connections/in_memory/__init__.py 100.00% <100.00%> (ø)
repid/connections/in_memory/bucket_broker.py 100.00% <100.00%> (ø)
repid/connections/in_memory/consumer.py 100.00% <100.00%> (ø)
repid/connections/in_memory/message_broker.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more