-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unit tests fail due to unavailable Drupal server #14
Labels
bug
Something isn't working
Comments
For our unit tests, we are using mock data so this should not happen. We have some hardcoded URL but no external services are called. I can run the ./gradlew clean build assemblePlugincommand even if the URLs are not available. Please let me know if this bug needs more investigation or changes. |
I'm still getting errors on build. See the below output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unit tests are now failing because the URLs are hard-coded in the test code. Unit tests should test without dependencies on outside servers. Integration tests can still be present, but should not block a basic gradle build like unit tests do. Integration tests should have configurable settings for servers to interact with.
The text was updated successfully, but these errors were encountered: