rbw / aiosnow

Asynchronous ServiceNow Library
MIT License
74 stars 12 forks source link

Add BaseField methods for IN and NOT IN operations #41

Closed rbw closed 4 years ago

rbw commented 4 years ago

Adds the in_list, not_in_list methods to BaseField, making it available to all Field types.

codecov-io commented 4 years ago

Codecov Report

Merging #41 into master will decrease coverage by 0.00%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #41      +/-   ##
=========================================
- Coverage    0.28%   0.27%   -0.01%     
=========================================
  Files          34      35       +1     
  Lines         713     715       +2     
=========================================
  Hits            2       2              
- Misses        711     713       +2     
Impacted Files Coverage Δ
snow/resource/fields/_utils.py 0.00% <0.00%> (ø)
snow/resource/fields/base.py 0.00% <0.00%> (ø)
snow/resource/fields/choice.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2f838a0...fba34cc. Read the comment docs.