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

Akuli / teek
75%
master: 99%

Build:
Build:
LAST BUILD BRANCH: more-widgets
DEFAULT BRANCH: master
Repo Added 13 Jan 2019 07:33PM UTC
Files 29
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH more-widgets
branch: more-widgets
CHANGE BRANCH
x
Reset
  • more-widgets
  • canvas
  • flake8-noqa-fix
  • image-loader-extra
  • link-start-end
  • master
  • misc
  • new-import-idiom
  • perf
  • soup-viewer
  • sphinx-warning-fixes
  • travis-lint-examples
  • ttkthemes

pending completion
202

push

travis-ci

Akuli
accurate config types

i ended up writing and using this script

    import itertools
    import sys

    import pythotk as tk

    names = ('.asd' + str(i) for i in itertools.count())

    for command  in sys.argv[1:]:
        for option in ['-width', '-height']:
            try:
                tk.tcl_call(None, command, next(names), option, '1i')
                print(command, option, "screen distance")
            except tk.TclError as e1:
                try:
                    tk.tcl_call(None, command, next(names), option, 1)
                    print(command, option, 'integer')
                except tk.TclError as e2:
                    print(command, option, 'WUT???', e1, e2)

1551 of 2064 relevant lines covered (75.15%)

1.5 hits per line

Relevant lines Covered
Build:
Build:
2064 RELEVANT LINES 1551 COVERED LINES
1.5 HITS PER LINE
Source Files on more-widgets
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
202 more-widgets accurate config types i ended up writing and using this script import itertools import sys import pythotk as tk names = ('.asd' + str(i) for i in itertools.count()) for command in sys.argv[1:]: for option in ['-wi... push 03 Nov 2020 12:10PM UTC Akuli travis-ci pending completion  
See All Builds (54)
  • Repo on GitHub
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

© 2026 Coveralls, Inc