• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Chaffelson / nipyapi / #2

25 Mar 2025 10:32AM UTC coverage: 69.867% (+69.9%) from 0.0%
#2

push

coveralls-python

web-flow
V022release (#384)

* Update history for release

* Bump version: 0.21.0 → 0.22.0

1 of 1 new or added line in 1 file covered. (100.0%)

1048 of 1500 relevant lines covered (69.87%)

0.7 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/nipyapi/__init__.py
1
# coding: utf-8
2

3
"""
4
NiPyAPI: A convenient Python wrapper for the Apache NiFi Rest API
5
"""
6

7
from __future__ import absolute_import
1✔
8
import importlib
1✔
9

10
__author__ = """Daniel Chaffelson"""
1✔
11
__email__ = 'chaffelson@gmail.com'
1✔
12
__version__ = '0.22.0'
1✔
13
__all__ = ['canvas', 'system', 'templates', 'config', 'nifi', 'registry',
1✔
14
           'versioning', 'demo', 'utils', 'security', 'parameters']
15

16
for sub_module in __all__:
1✔
17
    importlib.import_module('nipyapi.' + sub_module)
1✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc