Open dgarijo opened 3 years ago
At the moment, tests will be recognized if:
However, if the test imports another class where the validation is performed, we do not detect it as a test right now. This is not very common, but we should consider it too. Annotated as a TO DO in cli.py (ast_if_test function)
TO DO
cli.py
At the moment, tests will be recognized if:
However, if the test imports another class where the validation is performed, we do not detect it as a test right now. This is not very common, but we should consider it too. Annotated as a
TO DO
incli.py
(ast_if_test function)