sympy / sympy_gamma

A SymPy version of WolframAlpha.

Home Page:https://sympygamma.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run tests without credentials: client-secret.json

aktech opened this issue · comments

Currently the app requires credentials to run tests. Which is fine for branches on this repo, as those branches builds have the access to the credentials on Travis.

This is a problem for branches not from this repo, which is a common case for Pull Requests. The credentials are required by ndb client:

ndb_client = ndb.Client()

Possible solution is to use Datastore Emulator.