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

marshallward / f90nml / 402 / 1
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 25 Jan 2018 04:22AM UTC
Files 7
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

25 Jan 2018 04:15AM UTC coverage: 98.453% (+0.6%) from 97.87%
402.1

push

travis-ci

marshallward
start_index and default_start_index bugfixes

This patch fixes some bugs related to setting the start_index and
default_start_index properties of Namelist.

First, we now parse args (via s_args) directly to check for start_index
when initialising the value.  We must do this prior to the __init__
call.  We must check args, since we next pass this to __init__ with the
_start_index keys removed.

We then call __init__, which expects and respects these values.  This
must be called after the start_index parsing.

Finally, we check and replace for any complex values inside __init__.
This must currently be done after init, since we manipulate the values
of `self` directly.  This should probably be changed someday to also
manipulate `args`, but not right now.

Also, a bug was fixed related to default_start_index, which was not
checking its value.  (It was checking the type of `self`, oops.)

Testing has also been slightly expanded.

1018 of 1034 relevant lines covered (98.45%)

0.98 hits per line

Source Files on job 402.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 402
  • Travis Job 402.1
  • ba518ad4 on github
  • Prev Job for on master (#401.7)
  • Next Job for on master (#403.8)
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