astro-cli icon indicating copy to clipboard operation
astro-cli copied to clipboard

Parse and Pytest do not work if there is a test in the DAG folder

Open sunkickr opened this issue 3 years ago • 0 comments

Describe the bug

Parse and Pytest do not work if there is a test in the DAG folder

Env file ".env" found. Loading...
[+] Running 2/2
 ⠿ Network e4e3a9_default   Created                                                                                                                                0.1s
 ⠿ Container e4e3a9-test-1  Created                                                                                                                                0.2s
Attaching to e4e3a9-test-1
^CGracefully stopping... (press Ctrl+C again to force)
[+] Running 1/1
 ⠿ Container e4e3a9-test-1  Stopped                                                                                                                                0.1s
[+] Running 2/2
 ⠿ Container e4e3a9-test-1  Removed                                                                                                                                0.0s
 ⠿ Network e4e3a9_default   Removed       

What CLI Version did you experience this bug?

1.1.0

What Operating System is the above CLI installed on?

mac-os

🪜 Steps To Reproduce

  1. add a pytest file to the dags folder in an Astro project
  2. run astro dev pytest

sunkickr avatar Jun 16 '22 14:06 sunkickr