Skip to content

Commit

Permalink
black box update (#2277)
Browse files Browse the repository at this point in the history
black box description update
  • Loading branch information
am312 authored Mar 29, 2024
1 parent cb6bb9b commit b5c7085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

System tests is a test workbench that allows any kind of functional testing over libraries (AKA tracers) and agents. It's built with several key principles:

* *Black box testing*: only component's interfaces are checked. As those interfaces are very stable, our tests
* *Black box testing*: only components' interfaces are checked. As those interfaces are very stable, our tests can make assertions without any assumptions regarding underlying implementations. "Check that the car moves, regardless of the engine"
* *No test isolation*: Yes, it's surprising. But it allows to be very fast. So never hesitate to add a new test. And if you need a very specific test case, we can run it separately.

## How to run them locally?
Expand Down

0 comments on commit b5c7085

Please sign in to comment.