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

valdergallo / data-importer / 245 / 7
80%
master: 80%

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2016 05:17PM UTC
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

28 Jan 2016 05:15PM UTC coverage: 80.0% (+0.2%) from 79.781%
DJANGO=1.9

Pull #77

travis-ci

loco0321
Importer lets you use the data with the 'self.fields' field as a dictionary. Examples:Importer lets you use the data with the 'self.fields' field as a dictionary. Examples:

# Examples 1
class TestMetaDict(XLSImporter):
	fields = {
	    'business_place': 'A',
	    'doc_number': 'b',
	    'doc_data': 'C',
	}

    class Meta:
        ignore_first_line = True

# Examples 2
class TestMetaDict(XLSImporter):
	fields = {
	    'business_place': 0,
	    'doc_number': 1,
	    'doc_data': 2,
	}

    class Meta:
        ignore_first_line = True

# Examples 3
 class TestMetaDict(XLSImporter):
	fields = {
	    'business_place': '0',
	    'doc_number': 1,
	    'doc_data': 'C',
	}

    class Meta:
        ignore_first_line = True
Pull Request #77: Importer lets you use the data with the 'self.fields' field as a dict…

468 of 585 relevant lines covered (80.0%)

0.8 hits per line

Source Files on job 245.7 (DJANGO=1.9)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 245
  • Travis Job 245.7
  • 2f48eaab on github
  • Prev Job for DJANGO=1.9 on master (#244.7)
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