OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrc
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_netrc.py
21
nrc
= self.make_nrc("""\
25
self.assertEqual(
nrc
.hosts['host1.domain.com'],
27
self.assertEqual(
nrc
.hosts['default'], ('log2', None, 'pass2'))
30
nrc
= self.make_nrc("""\
39
self.assertEqual(
nrc
.macros, {'macro1': ['line1\n', 'line2\n'],
42
def _test_passwords(self,
nrc
, passwd):
43
nrc
= self.make_nrc(
nrc
)
44
self.assertEqual(
nrc
.hosts['host.domain.com'], ('log', 'acct', passwd))
61
def _test_comment(self,
nrc
, passwd='pass')
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_netrc.py
21
nrc
= self.make_nrc("""\
25
self.assertEqual(
nrc
.hosts['host1.domain.com'],
27
self.assertEqual(
nrc
.hosts['default'], ('log2', None, 'pass2'))
30
nrc
= self.make_nrc("""\
39
self.assertEqual(
nrc
.macros, {'macro1': ['line1\n', 'line2\n'],
42
def _test_passwords(self,
nrc
, passwd):
43
nrc
= self.make_nrc(
nrc
)
44
self.assertEqual(
nrc
.hosts['host.domain.com'], ('log', 'acct', passwd))
61
def _test_comment(self,
nrc
, passwd='pass')
[
all
...]
Completed in 44 milliseconds