woob.tools.test
Bases: TestCase
TestCase
Call the parent run() for each backend instance. Skip the test if we have no backends.
Generate a description with the backend instance name.
Check if the backend is in the user configuration file
Assert an object is neither empty in the BaseObject parlance.
obj should not be None, NotLoaded, or NotAvailable.
Bases: Exception
Exception
Raise this exception in a test to skip it.
Usually you can use TestCase.skipTest() or one of the skipping decorators instead of raising this directly.
Decorator to skip a test if backend config is missing
keys – if any of these keys is missing in backend config, skip test. Can be empty.
Documentation
API Reference
woob.browser
woob.capabilities
woob.core
woob.exceptions
woob.launcher
woob.tools
woob.tools.application
woob.tools.backend
woob.tools.capabilities
woob.tools.captcha
woob.tools.config
woob.tools.date
woob.tools.decorators
woob.tools.html
woob.tools.js
woob.tools.json
woob.tools.log
woob.tools.lrudict
woob.tools.misc
woob.tools.newsfeed
woob.tools.packaging
woob.tools.path
woob.tools.pdf
woob.tools.pkce
woob.tools.regex_helper
woob.tools.request
woob.tools.storage
BackendTest
BackendTest.MODULE
BackendTest.login_cb()
BackendTest.run()
BackendTest.shortDescription()
BackendTest.is_backend_configured()
BackendTest.assertNotEmpty()
SkipTest
skip_without_config()
woob.tools.tokenizer
woob.tools.url
woob.tools.value