opensistemas-hub / osbrain

osBrain - A general-purpose multi-agent system module written in Python
https://osbrain.readthedocs.io/en/stable/
Apache License 2.0
175 stars 43 forks source link

Spelling revision #285

Closed ocaballeror closed 6 years ago

ocaballeror commented 6 years ago

Since the spell checker integration may take some time, I thought it would be useful to run it manually once to fix any typos we may have.

At least now we're (hopefully) free of spelling errors :tada: :tada: :tada:

codecov[bot] commented 6 years ago

Codecov Report

Merging #285 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #285   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files          26       26           
  Lines        3550     3550           
  Branches      256      256           
=======================================
  Hits         3520     3520           
  Misses         18       18           
  Partials       12       12
Impacted Files Coverage Δ
osbrain/tests/test_agent.py 100% <ø> (ø) :arrow_up:
...sbrain/tests/test_agent_async_requests_handlers.py 96% <ø> (ø) :arrow_up:
osbrain/helper.py 100% <ø> (ø) :arrow_up:
...ain/tests/test_agent_sync_publications_handlers.py 98.27% <ø> (ø) :arrow_up:
osbrain/tests/test_agent_pubsub_topics.py 100% <ø> (ø) :arrow_up:
osbrain/tests/test_bugs.py 100% <ø> (ø) :arrow_up:
osbrain/tests/test_proxy.py 100% <100%> (ø) :arrow_up:
osbrain/agent.py 97.71% <100%> (ø) :arrow_up:
osbrain/nameserver.py 99.21% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d41854b...ad5e4e2. Read the comment docs.