DEV Community

Alexey Melezhik
Alexey Melezhik

Posted on

Could syntax check for your code be taken as distinct step?

Based on https://stackoverflow.com/questions/47262474/could-syntax-check-for-your-code-be-taken-as-distinct-step

Please follow up here or there.

Thanks

Top comments (1)

Collapse
 
k4ml profile image
Kamal Mustafa

We have flake8 script running as part of bitbucket pipelines. That sometimes will catch syntax error or using undefined name before we manually run our tests. For now we can't run our test suite as bitbucket pipelines as the tests must be run from within our environment.