cucu 1.0.12__py3-none-any.whl → 1.0.13__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cucu might be problematic. Click here for more details.

cucu/logger.py CHANGED
@@ -80,20 +80,6 @@ def info(*args, **kwargs):
80
80
  logging.info(*args, **kwargs)
81
81
 
82
82
 
83
- @wraps(logging.warning)
84
- def warn(*args, **kwargs):
85
- console_handler = logging.getLogger().handlers[0]
86
- logging_level = console_handler.level
87
-
88
- if logging_level <= logging.WARN:
89
- CONFIG["__CUCU_WROTE_TO_OUTPUT"] = True
90
-
91
- logging.getLogger().warning(
92
- 'The method "warn" is deprecated use warning() instead.'
93
- )
94
- logging.getLogger().warning(*args, **kwargs)
95
-
96
-
97
83
  @wraps(logging.warning)
98
84
  def warning(*args, **kwargs):
99
85
  console_handler = logging.getLogger().handlers[0]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cucu
3
- Version: 1.0.12
3
+ Version: 1.0.13
4
4
  Summary: Easy BDD web testing
5
5
  Project-URL: Homepage, https://github.com/dominodatalab/cucu/wiki
6
6
  Project-URL: Download, https://pypi.org/project/cucu/
@@ -5,7 +5,7 @@ cucu/config.py,sha256=12SXNtBSnD3N6K9DnCDYHZDA4_Wrh4g7whdgHDKSuPw,14022
5
5
  cucu/environment.py,sha256=v52DqI7zAQZHaieKEK4rGFst6jYGwMtInNgleIBNF8Y,9430
6
6
  cucu/helpers.py,sha256=l_YMmbuXjtBRo-MER-qe6soUIyjt0ey2BoSgWs4zYwA,36285
7
7
  cucu/hooks.py,sha256=3Z1mavU42XMQ0DZ7lVWwTB-BJYHRyYUOzzOtmkdIsow,7117
8
- cucu/logger.py,sha256=yj298l3KhvrSmgMoYghlHR2zb1uEvvxiKaLIJIrmj7U,3739
8
+ cucu/logger.py,sha256=Y4eHmNFCphqXEzUQD-DJ8dsaqTNtqxmaKSCdo66Oc-g,3349
9
9
  cucu/page_checks.py,sha256=CW1AqIxZ7rrLxpkf8nEFwcw6amnoN3Tb-acoN8dq3g0,2179
10
10
  cucu/utils.py,sha256=608b28WVWgzmFMAMLXpFWeXe3NjRZEhpEfcTnYy2JRM,8611
11
11
  cucu/browser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -76,8 +76,8 @@ cucu/steps/tables.js,sha256=Os2a7Fo-cg03XVli7USvcnBVad4N7idXr-HBuzdLvVQ,945
76
76
  cucu/steps/text_steps.py,sha256=Jj_GHoHeemNwVdUOdqcehArNp7WM-WMjljA4w0pLXuw,2576
77
77
  cucu/steps/variable_steps.py,sha256=WSctH3_xcxjijGPYZlxp-foC_SIAAKtF__saNtgZJbk,2966
78
78
  cucu/steps/webserver_steps.py,sha256=wWkpSvcSMdiskPkh4cqlepWx1nkvEpTU2tRXQmPDbyo,1410
79
- cucu-1.0.12.dist-info/METADATA,sha256=1NicuG00A1oPa-JP1RgpgpAa-9kL4PBj0dgwiE_x0aQ,16533
80
- cucu-1.0.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
81
- cucu-1.0.12.dist-info/entry_points.txt,sha256=YEXTyEfIZbcV0GJ9R3Gfu3j6DcOJJK7_XHkJqE3Yiao,39
82
- cucu-1.0.12.dist-info/licenses/LICENSE,sha256=WfgJYF9EaQoL_OeWr2Qd0MxhhFegDfzWSUmvDTwFxis,1721
83
- cucu-1.0.12.dist-info/RECORD,,
79
+ cucu-1.0.13.dist-info/METADATA,sha256=kvj63Vl1zt-BQ1YxSpFYDXbXP7yV3yt5b91c-NzknVE,16533
80
+ cucu-1.0.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
81
+ cucu-1.0.13.dist-info/entry_points.txt,sha256=YEXTyEfIZbcV0GJ9R3Gfu3j6DcOJJK7_XHkJqE3Yiao,39
82
+ cucu-1.0.13.dist-info/licenses/LICENSE,sha256=WfgJYF9EaQoL_OeWr2Qd0MxhhFegDfzWSUmvDTwFxis,1721
83
+ cucu-1.0.13.dist-info/RECORD,,
File without changes