Skip to content

Migrate generic Testing helpers to ACETestUtils.jl #11

Description

@cortner

The new ACETestUtils.jl is becoming the shared home for cross-package test utilities. The following generic helpers in src/testing.jl (module Testing) are candidates to migrate there and then be removed from ACEbase:

  • fdtest, dirfdtest — finite-difference gradient consistency tests
  • print_tf, println_slim — compact pass/fail display for @test results

These are now implemented in ACETestUtils.

Not migrating:

  • h0, h1, h2, h3 (colored section headers) — decided to drop rather than move; they stay in ACEbase.
  • test_fio — depends on ACEbase.FIO; stays in ACEbase.

Plan: once ACETestUtils is released and consumers migrate, remove fdtest/dirfdtest/print_tf/println_slim from ACEbase.Testing (or keep thin re-export shims for a deprecation period, since ACEbase.Testing is a runtime-loadable module that downstream packages using).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions