j4321 / tkcalendar

Calendar widget for Tkinter
https://pypi.python.org/pypi/tkcalendar
GNU General Public License v3.0
98 stars 33 forks source link

Add weekenddays option #39

Closed j4321 closed 5 years ago

j4321 commented 5 years ago

Add option weekenddays to choose the days colored as week-end days because it can be different depending on the country. Saturday and Sunday are chosen by default. Fix #37

codecov[bot] commented 5 years ago

Codecov Report

Merging #39 into master will decrease coverage by 0.35%. The diff coverage is 85.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   94.67%   94.31%   -0.36%     
==========================================
  Files           9        9              
  Lines        1820     1901      +81     
==========================================
+ Hits         1723     1793      +70     
- Misses         97      108      +11
Impacted Files Coverage Δ
tkcalendar/__init__.py 100% <ø> (ø) :arrow_up:
tests/test_dateentry.py 100% <100%> (ø) :arrow_up:
tkcalendar/calendar_.py 94.31% <100%> (+0.58%) :arrow_up:
tkcalendar/dateentry.py 95.65% <100%> (+0.08%) :arrow_up:
tests/test_calendar.py 91.55% <61.53%> (-2.87%) :arrow_down:

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 9fdfd7f...a6b251a. Read the comment docs.