-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adapt tests #1
Comments
Can't a compiler pragma be used to set For example it could be something like:
and in the
There's probably more than 1 way to fix #1. What do you have in mind how to approach it? Cheers, |
I tried to do what you describe here, but I didn't succeed and have no more time this weekend. Basically when i run "stack test" with default=True on the flag, the system still does not call the sandbox URL. If you want you could help me out if you see what is wrong. Also I think this change would conflict with the relaxation of dependencies that you proposed. Another approach could be to require the user to specify the URL they want to use in each API call. But that would put more burden on the user of this code. |
Adapt the tests to use the sandbox API key.
The text was updated successfully, but these errors were encountered: