Skip to content
Snippets Groups Projects

PytestWarning: TASK_ELEMENTS value

Merged Manon Blanco requested to merge pytest-warning-environment-variable into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -24,7 +24,7 @@ def test_cli_default(monkeypatch):
)
)
monkeypatch.setenv("TASK_ELEMENTS", path)
monkeypatch.setenv("TASK_ELEMENTS", str(path))
monkeypatch.setattr(sys, "argv", ["worker"])
worker = ElementsWorker()
worker.configure()
Loading