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

Rewrite unit test instruction to be easier to use. #126

Closed
wants to merge 3 commits into from

Commits on Feb 2, 2016

  1. Rewrite unit test instruction to be easier to use.

    Combine all the "gis" test database SQL into a single PSQL script.
    
    Modify PostgreSQL test connection to report the port number.
    Some users may need alternate ports, e.g. 5433, to run postgres.
    adroffner committed Feb 2, 2016
    Copy the full SHA
    be5c56f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Use BASH scripts to select $POSTGIS_VERSION options on installation.

    POSTGIS_VERSION="1.5" means the old version, and anything else is assumed to be 2.0+.
    
    Also, a short ./run_tests.sh script exists to do everything.
    The "pip install -r requires.txt" must be run first.
    adroffner committed Feb 3, 2016
    Copy the full SHA
    a118062 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    621dab5 View commit details
    Browse the repository at this point in the history