mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-09 08:34:23 +01:00
5 lines
213 B
Plaintext
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 |