Skip to content

Add a skip-formatting option.

Joe Snyder requested to merge joe-snyder/autopybind11:add_formatting_stop into master

Needed for upcoming friend operator merge request. This adds a flag which prevents the formatting of the file from occuring. This will ensure a single expected output file for the gen only and smoke tests.

Update both tests to account for this.

Fixes #152 (closed)

Merge request reports