mbox series

[0/2] test: framework API cleanup

Message ID 20230313050132.3464802-1-felipe.contreras@gmail.com (mailing list archive)
Headers show
Series test: framework API cleanup | expand

Message

Felipe Contreras March 13, 2023, 5:01 a.m. UTC
The functions in the testing framework were supposed to be split between
test-lib.sh and test-lib-functions.sh, however some functions that
belong to the former are on the latter, and vice versa.

Move them back to where they belong.

Felipe Contreras (2):
  test: relocate test_expect_{success,failure}
  test: relocate yes

 t/test-lib-functions.sh | 63 ++++++++++++++---------------------------
 t/test-lib.sh           | 63 +++++++++++++++++++++++++++--------------
 2 files changed, 63 insertions(+), 63 deletions(-)