mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 21:23:03 +02:00
- download_cats: Test generate_cats functionality (100% coverage) - keyboard_coop: Test keyboard_listener with mocked pynput (22% coverage) - mock_server: Test mitmproxy request interceptor (100% coverage) - random_jpg: Test JPEG generation with mocked Pillow (100% coverage) - randomize_numbers: Test random_digits functions (99% coverage) - scrape_website: Test scrape_comics with mocked requests (98% coverage) - split: Test text splitting utilities (100% coverage) - tag_divider: Test tag_divider with mock filesystem (44% coverage) - extract_links: Add HTML fixture for tests
17 lines
404 B
HTML
17 lines
404 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Sample 1</title>
|
|
</head>
|
|
<body>
|
|
<p>Links:</p>
|
|
<ul>
|
|
<li><a href="https://wiby.me/">Wiby</a></li>
|
|
<li><a href="http://example.com/page">Example</a></li>
|
|
<li><a href="#local">Local</a></li>
|
|
<li><a href="mailto:foo@bar.com">Email</a></li>
|
|
<li><a href="https://wiby.me/about">Wiby About</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|