Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

public.py - wrong class imported for doctest test runner #4949

Closed
1 task done
m-mcgowan opened this issue Jul 18, 2024 · 0 comments
Closed
1 task done

public.py - wrong class imported for doctest test runner #4949

m-mcgowan opened this issue Jul 18, 2024 · 0 comments

Comments

@m-mcgowan
Copy link

m-mcgowan commented Jul 18, 2024

What kind of issue is this?

  • PlatformIO Core.
    If you’ve found a bug, please provide an information below.

Configuration

Operating system: OSX Sonoma 14.5

PlatformIO Version (platformio --version): 6.1.15

Description of problem

I wanted to create a custom test runner based on the doctest runner so that I could include the doctest library in my sources.

platformio/public.py doesn't import DoctestTestRunner but instead imports DoctestTestCaseParser. source

I changed the import locally to DoctestTestRunner and now my custom test runner works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants