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

Make the FakeElasticsearch __init__ signature match the one from Elasticsearch #10

Merged
merged 3 commits into from
Jul 24, 2018

Commits on Mar 20, 2018

  1. Match Elasticsearch __init__ signature in FakeElasticSearch

    Fortunately it hasn't changed from 1.1 to latest master.
    xrmx committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    2b3e285 View commit details
    Browse the repository at this point in the history
  2. Make FakeElasticsearch work with modern python 3

    As unicode() is not there anymore
    xrmx committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    6b1cb21 View commit details
    Browse the repository at this point in the history
  3. Test on python 3.6 too

    xrmx committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    63018b4 View commit details
    Browse the repository at this point in the history