astro-cli
astro-cli copied to clipboard
Parse and Pytest do not work if there is a test in the DAG folder
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
- add a pytest file to the dags folder in an Astro project
- run
astro dev pytest