Skip to content

Commit

Permalink
Merge pull request #117 from ev-br/optionflags_from_config
Browse files Browse the repository at this point in the history
BUG: plugin: get optionflags from DTConfig
  • Loading branch information
ev-br authored Feb 20, 2024
2 parents b07f1b6 + 60d7fde commit 7dca61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scpdt/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def collect(self):
if self.config.dt_config.local_resources:
copy_local_files(self.config.dt_config.local_resources, os.getcwd())

optionflags = doctest.get_optionflags(self)
optionflags = dt_config.optionflags

# Plug in the custom runner: `PytestDTRunner`
runner = _get_runner(self.config,
Expand Down

0 comments on commit 7dca61f

Please sign in to comment.