• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

skytreader / PyGame-Objects / 97
87%

Build:
DEFAULT BRANCH: master
Ran 10 Oct 2016 08:30AM UTC
Jobs 1
Files 26
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
97

push

travis-ci

skytreader
Totally remove flakiness in ai.

However, I can confirm some flakiness in model tests, previosly only observed
in Travis.

    $ nosetests tests
    .........................F.........
    ======================================================================
    FAIL: test_bending (tests.snake.model_tests.SnakeModelTests)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/home/chad/kode/PyGame-Objects/tests/snake/model_tests.py", line 98, in test_bending
        self.assertEqual(self.gm.snake_joints[-1], (old_tail[0], old_tail[1] + 1))
    AssertionError: Tuples differ: (5.0, 2.0) != (5.0, 3.0)

    First differing element 1:
    2.0
    3.0

    - (5.0, 2.0)
    ?       ^

    + (5.0, 3.0)
    ?       ^

    ----------------------------------------------------------------------
    Ran 35 tests in 0.041s

    FAILED (failures=1)

1131 of 1301 relevant lines covered (86.93%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 97.1 10 Oct 2016 08:30AM UTC 0
86.93
Travis Job 97.1
Source Files on build 97
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #97
  • 83437a2d on github
  • Prev Build on master (#96)
  • Next Build on master (#98)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc