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

ska-sa / aiokatcp
94%
master: 95%

Build:
Build:
LAST BUILD BRANCH: ci-macos-14
DEFAULT BRANCH: master
Repo Added 13 Nov 2017 11:08AM UTC
Files 11
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 pytest
branch: pytest
CHANGE BRANCH
x
Reset
  • pytest
  • 0.1
  • 0.2
  • 0.3
  • 0.3.1
  • 0.3.2
  • 0.4.0
  • 0.4.1
  • 0.4.2
  • 0.4.3
  • 0.4.4
  • 0.5.0
  • 0.6.0
  • 0.6.1
  • 0.7.0
  • 0.8.0
  • 1.0.0
  • 1.1.0
  • 1.10.0
  • 1.2.0
  • 1.3.0
  • 1.3.1
  • 1.4.0
  • 1.5.0
  • 1.5.1
  • 1.6.0
  • 1.6.1
  • 1.6.2
  • 1.7.0
  • 1.8.0
  • 1.9.0
  • 2.0.0
  • 2.0.1
  • 2.0.2
  • 2.1.0
  • 2.2.0
  • NGC-1062-sensor-value-setter
  • NGC-1440-samplers-too-slow
  • NGC-1440-sensor-update-disconnect
  • NGC-1529-disconnect-handling
  • NGC-1660-sensor-watcher-filter-hypothesis
  • NGC-442-aggregate-sensors-weakref
  • abstract-types
  • add-device-status
  • add-rtd-config
  • async-timeout-fix
  • auto-strategy
  • blackify
  • broadcast-sensors
  • bulk-sampling-server
  • bulk-sensor-client
  • bump-certifi
  • bump-dependencies
  • changelog-1.9
  • ci-macos-14
  • ci-no-20.04
  • ci-py312
  • ci-update
  • client
  • close-after-remote-disconnection
  • connection-owner-protocol
  • coveralls-action
  • delay-join
  • dependabot/pip/certifi-2022.12.7
  • dependabot/pip/certifi-2023.7.22
  • dependabot/pip/certifi-2024.7.4
  • dependabot/pip/idna-3.7
  • dependabot/pip/py-1.10.0
  • dependabot/pip/requests-2.31.0
  • dependabot/pip/requests-2.32.0
  • dependabot/pip/urllib3-1.25.8
  • dependabot/pip/urllib3-2.0.6
  • dependabot/pip/urllib3-2.0.7
  • dependabot/pip/urllib3-2.2.2
  • dependabot/pip/virtualenv-20.26.6
  • deps-upgrades
  • disconnect-slow
  • doc-sensor-type-force
  • fast-byte-decode
  • faster-parse
  • faster-transform
  • fix-backoff
  • fix-handler-sig-check
  • fix-readthedocs
  • fix-rtd
  • fix-socket-send-exception
  • flake8-github
  • format-bytes
  • github-actions
  • katcp-codec-release
  • link-5.1-spec
  • loop_argument_deprecation
  • master
  • misc-updates
  • mock-time-ns
  • modernise-asyncio-run
  • more-type-annotations
  • ngc-442-aggregate-sensors
  • ngc-810-sensor-description-default
  • no-implicit-optional
  • no-mid-support
  • old-mypy-workaround
  • pre-commit
  • prepare-1.0
  • prepare-1.1-release
  • prepare-1.4.0
  • prepare-1.5.0
  • prepare-1.5.1
  • prepare-1.6.0
  • prepare-1.6.2
  • prepare-1.8.0
  • prepare-2.1.0
  • prepare-2.2.0
  • py3.11.5-fix
  • py36-type-annotations
  • py37-test
  • pyproject-config
  • pyupgrade-3.7
  • reading-dataclass
  • remove-TCP_NODELAY
  • remove-pre-py3.5.3-support
  • remove-wheel
  • restore-darwin-support
  • restore-darwin-support-in-tests
  • restore-time-sync-on-macos
  • run-isort
  • scratch
  • sensor-proxy
  • sensor-set-add-callback
  • sensor-watcher-filter
  • sensor_reading
  • server-annotation
  • service-tasks
  • simple-aggregate-sensor
  • speedup-bulk-sampling
  • sphinx-2.1
  • status-func
  • test-3.8
  • time-sync-sensors
  • travis
  • travis-fix
  • travis-py37
  • travis-test
  • typing-get-args
  • update-ci
  • update-drain-comment
  • update-katcp-link
  • update-reqs
  • update-requirements
  • update-versions
  • use-katcp-codec-basic
  • user/johan/handle_ipv6_connection

pending completion
194

Pull #23

travis-ci

web-flow
Merge b5beed2f7 into ebd139e1e
Pull Request #23: Convert tests to pytest

3092 of 3276 relevant lines covered (94.38%)

0.94 hits per line

Relevant lines Covered
Build:
Build:
3276 RELEVANT LINES 3092 COVERED LINES
0.94 HITS PER LINE
Source Files on pytest
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
194 pytest Merge b5beed2f7 into ebd139e1e Pull #23 17 Aug 2020 06:54AM UTC web-flow travis-ci pending completion  
193 pytest Remove some unnecessary loop arguments These were triggering DeprecationWarnings in py3.8. push 15 Aug 2020 10:06AM UTC bmerry travis-ci pending completion  
192 pytest Eliminate asynctest requirement push 15 Aug 2020 10:03AM UTC bmerry travis-ci pending completion  
190 pytest Remove no-longer-needed test_utils.py push 15 Aug 2020 09:53AM UTC bmerry travis-ci pending completion  
189 pytest Make Python 3.6 required The asynchronous generators in the unit tests require it, and I was planning to drop 3.5 support soon anyway. push 10 Aug 2020 07:02AM UTC bmerry travis-ci pending completion  
186 pytest Convert test_core.py to pytest idioms push 06 Aug 2020 07:16PM UTC bmerry travis-ci pending completion  
185 pytest Convert test_sensor closer to pytest idioms There is still a test class which exists purely to group some tests together, which can probably go. push 05 Aug 2020 08:35PM UTC bmerry travis-ci pending completion  
183 pytest Upgrade flake8 The new version works with Python 3.8, which simplified the travis setup. push 05 Aug 2020 07:25PM UTC bmerry travis-ci pending completion  
182 pytest Switch from nose to pytest The tests are moved to a top-level tests directory and the source is moved down to a src/ directory, to deal with known issues in collecting coverage with pytest when source is directly off the repo root. The tests sti... push 05 Aug 2020 07:12PM UTC bmerry travis-ci pending completion  
180 pytest Switch from nose to pytest The tests are moved to a top-level tests directory and the source is moved down to a src/ directory, to deal with known issues in collecting coverage with pytest when source is directly off the repo root. The tests sti... push 05 Aug 2020 07:08PM UTC bmerry travis-ci pending completion  
See All Builds (590)
  • 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