l.r.t.t.WalkerBase_Base(TestCase) : class documentation

Part of lp.registry.tests.test_prf_walker View In Hierarchy

No class docstring
Method testSetsBase WalkerBase sets the base property.
Method testSetsScheme WalkerBase sets the scheme property.
Method testSetsHost WalkerBase sets the host property.
Method testNoScheme WalkerBase works when given a URL with no scheme.
Method testWrongScheme WalkerBase raises WalkerError when given an unhandled scheme.
Method testUnescapesHost WalkerBase unescapes the host portion.
Method testNoUsername WalkerBase stores None when there is no username.
Method testUsername WalkerBase splits out the username from the host portion.
Method testUnescapesUsername WalkerBase unescapes the username portion.
Method testNoPassword WalkerBase stores None when there is no password.
Method testPassword WalkerBase splits out the password from the username.
Method testUnescapesPassword WalkerBase unescapes the password portion.
Method testPathOnly WalkerBase stores the path if that's all there is.
Method testPathInUrl WalkerBase stores the path portion of a complete URL.
Method testAddsSlashToPath WalkerBase adds a trailing slash to path if ommitted.
Method testUnescapesPath WalkerBase leaves the path escaped.
Method testStoresQuery WalkerBase stores the query portion of a supporting URL.
Method testStoresFragment WalkerBase stores the fragment portion of a supporting URL.

Inherited from TestCase:

Method becomeDbUser Commit, then log into the database as dbuser.
Method __str__ The string representation of a test is its id.
Method useContext Use the supplied context in this test.
Method makeTemporaryDirectory Create a temporary directory, and return its path.
Method installKarmaRecorder Set up and return a KarmaRecorder.
Method assertProvides Assert 'obj' correctly provides 'interface'.
Method assertNotifies Assert that a callable performs a given notification.
Method assertNoNotification Assert that no notifications are generated by the callable.
Method assertSqlAttributeEqualsDate Fail unless the value of the attribute is equal to the date.
Method assertTextMatchesExpressionIgnoreWhitespace Undocumented
Method assertIsInstance Assert that an instance is an instance of assert_class.
Method assertIsNot Assert that expected is not the same object as observed.
Method assertContentEqual Assert that 'iter1' has the same content as 'iter2'.
Method assertRaisesWithContent Check if the given exception is raised with given content.
Method assertBetween Assert that 'variable' is strictly between two boundaries.
Method assertVectorEqual Apply assertEqual to all given pairs in one go.
Method expectedLog Expect a log to be written that matches the regex.
Method pushConfig Push some key-value pairs into a section of the config.
Method attachOopses Undocumented
Method attachLibrarianLog Include the logChunks from fixture in the test details.
Method setUp Undocumented
Method assertStatementCount Assert that the expected number of SQL statements occurred.
Method useTempDir Use a temporary directory for this test.
Method assertEmailHeadersEqual Assert that two email headers are equal.
Method assertStartsWith Undocumented
Method assertEndsWith Asserts that s ends with suffix.
Method checkPermissions Check if the used_permissions match expected_permissions.
Method assertEmailQueueLength Pop the email queue, assert its length, and return it.
Method _unfoldEmailHeader Unfold a multiline email header.
def testSetsBase(self):
WalkerBase sets the base property.
def testSetsScheme(self):
WalkerBase sets the scheme property.
def testSetsHost(self):
WalkerBase sets the host property.
def testNoScheme(self):
WalkerBase works when given a URL with no scheme.
def testWrongScheme(self):
WalkerBase raises WalkerError when given an unhandled scheme.
def testUnescapesHost(self):
WalkerBase unescapes the host portion.
def testNoUsername(self):
WalkerBase stores None when there is no username.
def testUsername(self):
WalkerBase splits out the username from the host portion.
def testUnescapesUsername(self):
WalkerBase unescapes the username portion.
def testNoPassword(self):
WalkerBase stores None when there is no password.
def testPassword(self):
WalkerBase splits out the password from the username.
def testUnescapesPassword(self):
WalkerBase unescapes the password portion.
def testPathOnly(self):
WalkerBase stores the path if that's all there is.
def testPathInUrl(self):
WalkerBase stores the path portion of a complete URL.
def testAddsSlashToPath(self):
WalkerBase adds a trailing slash to path if ommitted.
def testUnescapesPath(self):
WalkerBase leaves the path escaped.
def testStoresQuery(self):
WalkerBase stores the query portion of a supporting URL.
def testStoresFragment(self):
WalkerBase stores the fragment portion of a supporting URL.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.