File: test_treeutil.py

package info (click to toggle)
python-asdf 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,060 kB
  • sloc: python: 24,224; makefile: 123
file content (5 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
import asdf


def test_walk(tree, benchmark):
    benchmark(asdf.treeutil.walk, tree, lambda x: None)