Significant-Gravitas / Auto-GPT-Benchmarks

A repo built for the purpose of benchmarking the performance of agents, regardless of how they are set up and how they work.
MIT License
273 stars 77 forks source link

Fix for TestWrite6Files and TestWrite5FilesWithArray #328

Closed Fluder-Paradyne closed 1 year ago

Fluder-Paradyne commented 1 year ago

Background

TestWrite5FilesWithArray when mocked will place 5 files inside the input folder and looks for those file in the output folder so this mock always fail

Changes

Move all artifacts_in to artifacts_out and move test.py from artifacts_out to custom_python

PR Quality Checklist