Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C csvkit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wireservice
  • csvkit
  • Merge requests
  • !91

support csvstack testing; add tests; fix --filenames

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/bsilverthorn/features/csvstack-path-groups into master Jul 12, 2011
  • Overview 1
  • Commits 7
  • Pipelines 0
  • Changes 8

Created by: bsilverthorn

This pull request makes three changes in sequence:

  1. It moves the bulk of the csvstack code inside the csvkit package, so that it can be imported directly, which makes testing simpler. (And it adds a few parameters to CSVKitUtility, also to simplify testing.)
  2. It implements a couple of csvstack tests.
  3. It fixes the "--filenames" parameter to csvstack.

Ideally, all of the utilities would live primarily inside csvkit. For now, though, I've only touched csvstack, to make it easier to iron out any issues raised with this approach.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/bsilverthorn/features/csvstack-path-groups