Skip to content

Create tests for turtle module #135272

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

Open
20 tasks
adorilson opened this issue Jun 8, 2025 · 0 comments
Open
20 tasks

Create tests for turtle module #135272

adorilson opened this issue Jun 8, 2025 · 0 comments
Labels
tests Tests in the Lib/test dir type-feature A feature request or enhancement

Comments

@adorilson
Copy link
Contributor

turtle module has too few tests.

These are the module's public classes to review if there are test and/or implement them:

  • RawTurtle
  • ScrolledCanvas
  • TNavigator
  • TPen
  • Tbuffer
  • Terminator
  • Turtle
  • TurtleGraphicsError
  • TurtleScreen
  • TurtleScreenBase
  • Vec2D

Here, go the module's functions:

  • Screen
  • config_dict
  • demo1
  • demo2
  • getmethpartlist
  • read_docstrings
  • readconfig
  • switchpen
  • write_docstringdict
@picnixz picnixz added type-feature A feature request or enhancement tests Tests in the Lib/test dir labels Jun 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants