cldf-clts / pyclts

Apache License 2.0
10 stars 2 forks source link

Add __call__ on lists, as per issue #7 #22

Closed tresoldi closed 3 years ago

tresoldi commented 3 years ago

This PR will allow to __call__() on lists, as per https://github.com/cldf-clts/pyclts/issues/7

It also adds tests, all passing Travis.

codecov-io commented 3 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   96.66%   96.68%   +0.01%     
==========================================
  Files          30       30              
  Lines        1351     1356       +5     
==========================================
+ Hits         1306     1311       +5     
  Misses         45       45              
Impacted Files Coverage Δ
src/pyclts/util.py 100.00% <100.00%> (ø)
tests/test_api.py 100.00% <100.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 7d25673...cd054dc. Read the comment docs.