Skip to content

Instantly share code, notes, and snippets.

@rgs1
Created March 27, 2018 15:54
Show Gist options
  • Save rgs1/c3a0c47b0f22ba7354a3dd39eb682b8a to your computer and use it in GitHub Desktop.
Save rgs1/c3a0c47b0f22ba7354a3dd39eb682b8a to your computer and use it in GitHub Desktop.
~/src/zk_shell (master) > ./ensure-zookeeper-env.sh python setup.py nosetests --with-coverage --cover-package=zk_shell
Already downloaded zookeeper 3.5.0-alpha to /home/rgs/src/zk_shell/zookeeper/3.5.0-alpha
running nosetests
running egg_info
writing requirements to zk_shell.egg-info/requires.txt
writing zk_shell.egg-info/PKG-INFO
writing top-level names to zk_shell.egg-info/top_level.txt
writing dependency_links to zk_shell.egg-info/dependency_links.txt
reading manifest file 'zk_shell.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files matching '*pyc' found anywhere in distribution
warning: no previously-included files matching '*pyo' found anywhere in distribution
writing manifest file 'zk_shell.egg-info/SOURCES.txt'
.............................................................................................
Name Stmts Miss Cover Missing
---------------------------------------------------------
zk_shell.py 1 0 100%
zk_shell/acl.py 36 4 89% 39-40, 43, 56
zk_shell/copy.py 354 87 75% 15-17, 40, 66, 89, 99, 156, 165, 168, 171, 174, 177, 180, 183, 190, 193, 197, 216, 236-239, 290-291, 298, 307-308, 321-322, 329-338, 346-347, 354-359, 381-382, 389-390, 393, 402-405, 408-411, 414-420, 424-430, 433-441, 444, 486-487, 514-515, 525-526
zk_shell/keys.py 42 8 81% 25, 34, 59-62, 66-67
zk_shell/pathmap.py 54 8 85% 23-24, 65, 78, 87, 93-95
zk_shell/shell.py 954 226 76% 104, 108, 110, 112, 114, 117-122, 142-143, 182, 192, 196-197, 265-288, 349-350, 493-512, 651, 654, 657, 675, 838, 842-844, 885-906, 1162, 1224-1227, 1323, 1325, 1346, 1376-1384, 1396, 1402, 1516-1517, 1550-1551, 1554, 1590-1591, 1594, 1671, 1677-1679, 1703-1705, 1715, 1735-1736, 1765, 1818, 1844, 1877, 1986-1987, 2034-2036, 2054-2057, 2103-2105, 2114-2119, 2127-2131, 2134, 2142, 2215-2217, 2226, 2231-2236, 2253, 2287-2329, 2357-2358, 2362-2363, 2372-2373, 2375, 2418-2419, 2423-2424, 2427-2428, 2432-2434, 2439, 2448-2449, 2484-2485, 2489-2491, 2497, 2541, 2564-2565, 2611, 2625, 2627, 2663-2664, 2710, 2717, 2724, 2731, 2741-2742, 2774-2775, 2780, 2819
zk_shell/statmap.py 48 5 90% 23-24, 65-66, 87
zk_shell/tree.py 41 4 90% 23-24, 63, 78
zk_shell/usage.py 56 10 82% 19-20, 57-59, 72, 81-82, 90-92
zk_shell/util.py 142 35 75% 21-23, 28, 38-42, 47-50, 55, 77, 93-95, 106, 110, 115, 141, 151, 172, 177, 234, 249-261
zk_shell/watch_manager.py 77 57 26% 16-17, 23-25, 29-30, 33, 49-70, 73-76, 79-84, 93-106, 109-124, 130-133
zk_shell/watcher.py 34 22 35% 6-8, 11, 14-20, 25-26, 32-35, 38-39, 42-44, 50-53
zk_shell/xclient.py 318 46 86% 42-45, 56-57, 61-62, 66-70, 73-77, 201-202, 205, 213-215, 226-228, 237-238, 244-245, 262, 285-286, 307, 321, 324, 337, 363-364, 408, 455, 475-476, 512, 531-532
---------------------------------------------------------
TOTAL 2157 512 76%
----------------------------------------------------------------------
Ran 93 tests in 20.243s
OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment