Behave is referred to as BDD (Behavior Driven Development) test framework that is also used for Black box testing. Behave uses the natural language for writing tests and works with Unicode Strings.
Behave directory contains feature files that have a plain text format looks like natural language and Python step implementations.