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

Fix agent inheritance test to wait for running #296

Closed Peque closed 6 years ago

Peque commented 6 years ago

To prevent this from happening again:

https://travis-ci.org/opensistemas-hub/osbrain/jobs/364022226

Peque commented 6 years ago

Yeah, rather than started I think it just happened (i.e.: if we run our test suite another 100 times, maybe it would not appear again). :sweat_smile:

codecov[bot] commented 6 years ago

Codecov Report

Merging #296 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #296      +/-   ##
=========================================
+ Coverage    99.1%   99.1%   +<.01%     
=========================================
  Files          26      26              
  Lines        3556    3557       +1     
  Branches      258     258              
=========================================
+ Hits         3524    3525       +1     
  Misses         19      19              
  Partials       13      13
Impacted Files Coverage Δ
osbrain/tests/test_agent.py 100% <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 969c7a1...cffe79b. Read the comment docs.