summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2022-08-18Fix testing examples by only running them in specialized environmentKarl Lorey
2022-08-18Minor: fix formattingKarl Lorey
2022-08-18Test code in example folder (#28)Leonardo Tarla
2022-07-07Add test for nbsp issue #15Karl Lorey
2022-07-06Move functionality to html module and fix minor errors with selector generationKarl Lorey
2022-07-06Minor performance improvementsKarl Lorey
2022-07-06Generate selectors faster by leveraging recursion and cachingKarl Lorey
2022-07-05Minor fixes and improvementsKarl Lorey
2022-06-24Add tests for github profilesKarl Lorey
2022-06-24Avoid matching numbers inside image dimensionsKarl Lorey
2022-06-24Add nth-child selector generationKarl Lorey
2022-06-24Also match all parents that contain the same textKarl Lorey
2022-06-23Add child selectors for CSS generationKarl Lorey
2022-06-23Improve performance by fixing hashing and root computationKarl Lorey
2022-06-23Add attribute-based CSS selectorsKarl Lorey
2022-06-23Fix selection of arbitrary text within nodes (for now)Karl Lorey
2022-06-21Ignore whitespace around values when searching for matches in HTMLKarl Lorey
2022-06-20Apply python 3.9+ featuresKarl Lorey
2022-06-20Re-implement selector generation with a speedup >10xdevelopKarl Lorey
2022-06-19Speed up training by filtering overlapping matches and preferring deep matchesKarl Lorey
2022-06-19Fix css selector generation by adding tag name and avoiding empty selectorKarl Lorey
2022-06-17Fix ListScraper and introduce maximum complexity parameterKarl Lorey
2022-06-15Loop through all possible selectors when training ListScraperKarl Lorey
2022-06-15Rewrite training module to decrease complexityKarl Lorey
2022-06-15Implement a factory for each page to solve identity and equality issues for nowKarl Lorey
2022-06-14I might go insane with this oneKarl Lorey
2022-06-14Use stackoverflow fixture throughout all testsKarl Lorey
2022-06-14Read stackoverflow sample with rb to get actual bytesKarl Lorey
2022-06-14Add missing conftest.pyKarl Lorey
2022-06-14Pull stackoverflow test sample to module levelKarl Lorey
2022-06-13Adapt python versions to 3.9+Karl Lorey
2022-06-13Apply black and other stylingKarl Lorey
2022-06-13Import mlscraper-experimentsKarl Lorey
2020-09-27Prepare python package with cookiecutter templateKarl Lorey