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

mwclient / mwclient / 11083572803
76%

Build:
DEFAULT BRANCH: master
Ran 28 Sep 2024 11:34AM UTC
Jobs 1
Files 9
Run time 1min
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

28 Sep 2024 11:33AM UTC coverage: 73.68%. Remained the same
11083572803

push

github

marcfrederick
fix: Avoid import conflicts by renaming types.py to _types.py

Renaming `types.py` to `_types.py` to avoid conflicts with Python's
built-in modules. This change addresses some `ImportErrors` such as:

```
ImportError: cannot import name 'MappingProxyType' from partially initialized module 'types' (most likely due to a circular import)
```

As far as I can tell this is not a problem when installing the library
using pip or running tests in tox, only local execution when adding the
source-root to the `PYTHONPATH`. This is e.g. the case in the default
IntelliJ/Pycharm run configuration when testing in scratch files.

4 of 4 new or added lines in 4 files covered. (100.0%)

851 of 1155 relevant lines covered (73.68%)

1.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11083572803.1 28 Sep 2024 11:34AM UTC 18
73.38
GitHub Action Run
Source Files on build 11083572803
  • Tree
  • List 9
  • Changed 7
  • Source Changed 4
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #11083572803
  • d4ca8555 on github
  • Prev Build on master (#11080141059)
  • Next Build on master (#11093671847)
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

© 2025 Coveralls, Inc