```* ContextExecutor * with a valid root context ...
# minutest
c
Copy code
* ContextExecutor
 * with a valid root context
  - report file name and line number to all tests PENDING
  - returns contexts (7.43ms)
  - returns deferred test results (10.73ms)
  - measures time (32.54ms)
  - returns tests (27.08ms)
  - can close resources (25.66ms)
 * duplicated test detection
  - different contexts can contain tests with the same name (2.54ms)
  - fails with duplicate tests in one context (25.56ms)
  * supports lazy execution
   - find tests without executing them PENDING