• 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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • canvas
  • flake8-noqa-fix
  • image-loader-extra
  • link-start-end
  • master
  • misc
  • more-widgets
  • 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 master
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  
320 patch-1 Add py3.8 to travis Pull #14 19 Nov 2019 05:39PM UTC web-flow travis-ci pending completion  
319 patch-1 Fix flake8 warnings Pull #14 19 Nov 2019 05:35PM UTC web-flow travis-ci pending completion  
317 patch-1 Set lxml version to 4.3.5 Pull #14 29 Sep 2019 06:06PM UTC web-flow travis-ci pending completion  
316 patch-1 Fix code style Pull #14 28 Sep 2019 09:31AM UTC web-flow travis-ci pending completion  
314 patch-1 Fix missing poll_interval_ms Pull #14 10 Sep 2019 01:50PM UTC web-flow travis-ci pending completion  
313 treeview Fix doc format Pull #12 05 Sep 2019 03:39PM UTC web-flow travis-ci pending completion  
312 treeview Merge branch 'treeview' of https://github.com/codetent/teek into treeview Pull #12 04 Sep 2019 11:19PM UTC web-flow travis-ci pending completion  
310 master don't use buggy svglib version. see issue #13 push 30 Jun 2019 11:35AM UTC Akuli travis-ci pending completion  
309 treeview Add missing tests Pull #12 25 Jun 2019 12:41AM UTC web-flow 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