phalcon / phalcon-devtools

Phalcon Developer Tools
https://docs.phalcon.io/latest/en/devtools
Other
1.33k stars 629 forks source link

Introduce blackbox testing #1289

Closed sergeyklay closed 3 years ago

sergeyklay commented 5 years ago

I propose to introduce blackbox testing via Sharness. I hope this will allow us to write tests quickly and easy.

To better understand what tasks this will cover, for example, look at this: https://github.com/phalcon/phalcon-devtools/pull/1287#issuecomment-474792374

Implementation example: https://github.com/phalcon/zephir/blob/6a2d0b157df9421438a2ee26d8c505abaaefbab8/unit-tests/sharness/t0002-generate.sh

Jeckerson commented 5 years ago

Need more discussions and more tools to check...

Marking to 4.0 milestone for now.

Jeckerson commented 3 years ago

Will be used Codeception CLI module instead.