nutti / fake-bpy-module

Fake Blender Python API module collection for the code completion.
MIT License
1.32k stars 95 forks source link

Fix: Add missing default argument in code generation tests #172

Closed JonathanPlasse closed 7 months ago

JonathanPlasse commented 7 months ago

Purpose of the pull request

The missing default argument of param_2 caused a syntax error

Description about the pull request

The default argument of param_2 was specified in parameter_details but not in parameters. The different test and fixtures have been updated accordingly.