you could also use subtests for that ```test("user...
# minutest
c
you could also use subtests for that
Copy code
test("user auth") {
  loginUser()
  test("stores the oauth token") {}
  test("returns user") {}
}