Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unittests & continuous integration #63

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Oct 29, 2014

  1. Configuration menu
    Copy the full SHA
    2d12b53 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    NotSqrt committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    31ceca3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Configuration menu
    Copy the full SHA
    491913a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d4ec98 View commit details
    Browse the repository at this point in the history
  3. Add Travis CI integration

    EvaSDK committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    2d9ef94 View commit details
    Browse the repository at this point in the history
  4. Reduce support to currently supported Django versions

    As declared upstream at https://www.djangoproject.com/download/#supported-versions
    
    Update Trove classifiers and requires/install_requires as a consequence.
    EvaSDK committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    b30328e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Fix declaration of applications URLs in unittests

    Make protected_download app known as download through the AppConfig
    mechanism. Inspired by Michał Pasternak
    <[email protected]> commits in PR#66.
    EvaSDK committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    20d8a2c View commit details
    Browse the repository at this point in the history
  2. Fix encoding issue with python3 in sendfile function

    six dependency must be added to tox.ini as setup.py will just fail due
    to version importing code.
    
    Atomic commits from PR#66.
    EvaSDK committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    b8d4ae1 View commit details
    Browse the repository at this point in the history
  3. Fix encoding issue with python3 in unittests

    Atomic commits from PR#66.
    EvaSDK committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    bb61055 View commit details
    Browse the repository at this point in the history
  4. Fix encoding issue with python3 in xsendfile backend

    Atomic commits from PR#66.
    EvaSDK committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    727bb7c View commit details
    Browse the repository at this point in the history
  5. Add Travis CI build badge

    Signed-off-by: Gilles Dartiguelongue <[email protected]>
    Michał Pasternak authored and EvaSDK committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    45f6ffe View commit details
    Browse the repository at this point in the history
  6. Drop remaining unicode markers for python2

    Since unicode_literals is imported, there is no need to have this
    explicit string marker. Also, it breaks with python3.2.
    EvaSDK committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    48b6319 View commit details
    Browse the repository at this point in the history