~ubuntu-branches/ubuntu/saucy/python-networkx/saucy

« back to all changes in this revision

Viewing changes to networkx/tests/utils.txt

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2009-02-28 13:36:24 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090228133624-9l5rwi1ftlzc7b0l
* Upload to unstable now that lenny is released (yay).
* Fix FTBFS with python-support 0.90.3: no longer rely on its internal
  behaviour, and xnow set tests/test.py executable right after “setup.py
  install” (Closes: #517065).
* Drop executable bits from bz2 files.
* Update Vcs-* fields: move from DPMT's svn to collab-maint's git.
* Remote DPMT from Uploaders, following Piotr Ożarowski's request.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
True
33
33
>>> iterable(K.nodes_iter())
34
34
True
 
35
>>> iterable(K.edges_iter())
 
36
True
35
37
 
36
38
is_list_of_ints 
37
39
---------------
41
43
False
42
44
 
43
45
 
44
 
**Note that iterable(K.edges_iter()) returns False**
45
 
Can we fix this?
46
 
 
47
46
 
48
47
Random Number Distributions
49
48
---------------------------