summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-03-06Add test cases for the new data-src source pathAndres Rey
2018-01-17Update lemonde-2 test caseAndres Rey
2018-01-13Switch to assertSame while testing to avoid "==" type comparisons.Andres Rey
2018-01-11Add test for lemonde-2Pedro Amorim
check the page: http://www.lemonde.fr/idees/article/2011/06/20/la-crise-europeenne-est-une-crise-de-la-dette-pas-de-l-euro_1538337_3232.html Following the error: Uncaught Error: Call to undefined method DOMEntityReference::getAttribute() in vendor/andreskrey/readability.php/src/Readability.php:528
2017-12-09Fix yahoo-2Andres Rey
test case
2017-12-03Add function to extract img srcs from other tags that might be used on lazy ↵Andres Rey
loading or other type of post load processing.
2017-12-02Apply fixes from StyleCIAndres Rey
2017-12-02Update test cases to check metadataAndres Rey
2017-12-01Add tests for exceptionsAndres Rey
2017-12-01Apply fixes from StyleCIAndres Rey
2017-11-30Minor fixAndres Rey
2017-11-30Bye bye array with results, hello object with gettersAndres Rey
2017-11-28Minor fixesAndres Rey
2017-11-27Replace old test class with new oneAndres Rey
2017-11-23Add test for Challenges.frPedro Amorim
Use absolute URI for main image too. https://www.challenges.fr/monde/les-motivations-du-tueur-de-las-vegas-demeurent-floues_503396
2017-11-23Add test testHTMLParserParsesImages()Pedro Amorim
2017-11-23Add test for getImages()Pedro Amorim
2017-11-22Add node to the elementsToScore array after converting it from a div to a p ↵Andres Rey
+ test case
2017-11-12Update test cases for new table properties cleaningAndres Rey
2017-11-12Import new test caseAndres Rey
2017-11-12Final test case fixed! :DAndres Rey
2017-11-12Fix more test casesAndres Rey
2017-11-11Fix test cases for the new changesAndres Rey
2017-11-11Merge config instead of overwritting it during unit testingAndres Rey
2017-11-08Fix test cases for the new codeAndres Rey
2017-11-07Merge branch 'master' into ↵Andres Rey
development-update-to-f0edc77cb58ef52890e3065cf2b0e334d940feb2
2017-09-14Add summonCthulhu config option + test casesAndres Rey
2017-07-10Initial correction of new test casesAndres Rey
2017-07-09Initial correction of new test casesAndres Rey
2017-07-08Import all the new test casesAndres Rey
2017-05-30Updat test case for needs-entity-normalizationAndres Rey
2017-03-27Fixed CLRF issueAndres Rey
2017-03-26Added normalizeEntities flag.Andres Rey
2017-03-13Failsafe for missing config filesAndres Rey
2017-03-10Apply fixes from StyleCIAndres Rey
2017-03-10Fixed all test cases and bugs, now 100% of our test pass. BREAK OUT THE ↵Andres Rey
CHAMPAGNE!
2017-03-09Fixed test casesAndres Rey
2017-03-09Deleted webmd-1 files due to JS errorsAndres Rey
2017-03-09Fixed small mistake when getting the articleByLine. Corrected test caseAndres Rey
2017-03-07Added dummy data to readability testAndres Rey
2017-03-07Removed ehow test case because it has broken JS and there's pretty much ↵Andres Rey
nothing we can do about it.
2017-03-07Corrected some test casesAndres Rey
2017-03-07Fuck this, we are not going to normalize blank space.Andres Rey
2017-03-03Functons to normalize space and disable subtitute entitiesAndres Rey
2017-02-24Fixed some test casesAndres Rey
2017-02-22Added name data sets because it was driving me crazy to search for "dataset ↵Andres Rey
#XX" after each failed test. PROTIP: READ THE DOCS, PEOPLE
2017-02-21Fixed test cases and added function to replace font tags with span + param ↵Andres Rey
to setNodeTag to keep attributes from original node.
2017-02-21Fixed expected result on Mozilla 1 test caseAndres Rey
2017-02-21Fixed expected result on missing paragraphs test caseAndres Rey
2017-02-19Added the fixRelativeURLs flag to true for Unit TestingAndres Rey