Scrapling / tests /parser

Commit History

Move test for get_all_text to test_parser_advanced.py
14f7490

mph commited on

Add two ignored elements to unit test
296dba3

mph commited on

fix: Selector.get_all_text() doesn't get all text #167
c9a1787

mph commited on

test: remove irrelevent test
b3032f2

Karim shoair commited on

test: update the tests accordingly
b2b1af0

Karim shoair commited on

test: remove the tests for the removed html_utils module
d5fdb45

Karim shoair commited on

tests: Multiple changes to tests
88842b1

Karim shoair commited on

docs: update doc strings with correct naming
4893321

Karim shoair commited on

test: adding new tests and updating existing ones
4e9888e

Karim shoair commited on

test: adding new tests and updating existing ones
ec56f6e

Karim shoair commited on

test: adding new tests and updating existing ones
3b87ba3

Karim shoair commited on

refactor: replace's Selector inpt (text/body) with 1 argument called `content`
3db9c55

Karim shoair commited on

refactor: huge change, many features/class got a better naming
8e67a4c

Karim shoair commited on

test: remove irrelevant test case
d4fe1d6

Karim shoair commited on

fix(tests): fix for GitHub actions
89e3017

Karim shoair commited on

chore: migrating to ruff and updating pre-commit hooks
fcedcce

Karim shoair commited on

test: Rewrite automatch tests to a cleaner version and adding async test
488acaf

Karim shoair commited on

test: Rewrite parser tests to a cleaner version and adding more tests
5d8eb71

Karim shoair commited on

refactor(api)!: Unifying log under 1 logger and removing debug parameter
df3c414

Karim shoair commited on

Sorting all library imports with `isort`
29489df

Karim shoair commited on

Update test_general.py
20f65cb

Karim shoair commited on

Increasing the time a little bit for the performance test
394bea9

Karim shoair commited on

Rework Selectors generation
15febd6

Karim shoair commited on

Updating parser tests to use `find` and `css_first` functions
f767a48

Karim shoair commited on

Moving parser tests to a better structure
77fe3eb

Karim shoair commited on