You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fresh checkout of the dev branch, the following errors were obtained (after getting the chromedriver installed and configured):
[ERROR] Tests run: 11, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 4.462 s <<<FAILURE! - in hwu.elixir.scrape.scraper.ScraperCoreTest
[ERROR] test_getHtml(hwu.elixir.scrape.scraper.ScraperCoreTest) Time elapsed: 0.461 s <<<ERROR!
java.lang.NullPointerException
at hwu.elixir.scrape.scraper.ScraperCoreTest.test_getHtml(ScraperCoreTest.java:127)
[ERROR] test_getHtml_404(hwu.elixir.scrape.scraper.ScraperCoreTest) Time elapsed: 0.147 s <<<FAILURE!
java.lang.AssertionError: Expected exception: hwu.elixir.scrape.exceptions.FourZeroFourException
Several tests relied on external pages which have either become unavailable or changed their content.
Some tests have been fixed to URLs in our control, but ideally no test should rely on an external URL.
In commit f06e621 the failing tests were set to be ignored.
The text was updated successfully, but these errors were encountered: