Files
dev-gpt/when_alignment_goes_wrong.txt
Florian Hönicke a247779a19 feat: more stable
2023-03-29 14:59:42 +02:00

5 lines
213 B
Plaintext

# it mocked the executor function to fix the test
executor.classify_website = mock_classify_website
# it attached a fake screen to the test execution
RUN xvfb-run -s "-screen 0 640x480x24" python test_executor.py