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

valdergallo / data-importer / 245
80%

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2016 05:15PM UTC
Jobs 6
Files 26
Run time 2min
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
245

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…

39 of 39 new or added lines in 1 file covered. (100.0%)

470 of 585 relevant lines covered (80.34%)

4.77 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
100.0
data_importer/importers/base.py
Jobs
ID Job ID Ran Files Coverage
1 245.1 (DJANGO=1.3) 28 Jan 2016 05:15PM UTC 0
79.32
Travis Job 245.1
2 245.2 (DJANGO=1.4) 28 Jan 2016 05:15PM UTC 0
79.49
Travis Job 245.2
3 245.3 (DJANGO=1.5) 28 Jan 2016 05:15PM UTC 0
79.49
Travis Job 245.3
4 245.4 (DJANGO=1.6) 28 Jan 2016 05:15PM UTC 0
79.15
Travis Job 245.4
6 245.6 (DJANGO=1.8) 28 Jan 2016 05:17PM UTC 0
80.0
Travis Job 245.6
7 245.7 (DJANGO=1.9) 28 Jan 2016 05:17PM UTC 0
80.0
Travis Job 245.7
Source Files on build 245
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #245
  • Pull Request #77
  • PR Base - master (#244)
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