Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

#109 permissive marcreader #144

Merged
merged 7 commits into from
Dec 5, 2019
Merged

Commits on Dec 3, 2019

  1. avoid running same test twice

    as MARCReaderStringTest was MARCReaderFileTest child some test dedicated to
    MARCReaderFileTest was running in MARCReaderStringTest test class with no additionnal values
    as they were not using self.reader
    Pierre Verkest committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    7d0ff6c View commit details
    Browse the repository at this point in the history
  2. edsu#109: MARCReader add permisse parameter

    This allow to read a large amont of data that may contains
    wrong structural records which will be ignore to give a chance
    to read as much of possible of recods in a file even one is
    incorect
    Pierre Verkest committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    d21456d View commit details
    Browse the repository at this point in the history
  3. flake8 test/reader.py

    Pierre Verkest committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    44b7864 View commit details
    Browse the repository at this point in the history
  4. fix python 2.7 using module with utf-8 caracters

    Pierre Verkest committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    a179b6b View commit details
    Browse the repository at this point in the history
  5. remove python2.6 feedback

    Pierre Verkest committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    3d52744 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63d4f76 View commit details
    Browse the repository at this point in the history
  7. fix docstring about permissive marcreader

    Pierre Verkest committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    007da21 View commit details
    Browse the repository at this point in the history