data-validation icon indicating copy to clipboard operation
data-validation copied to clipboard

remove absltest infrastructure

Open andrewfulton9 opened this issue 6 months ago • 0 comments

Once #266 is merged pytest will be used for testing rendering the following code-block present in the *_test.py files obsolete:

if __name__ == '__main__':
  absltest.main()

With this change, those blocks can be removed and we may be able to remove the absl-py dependency as well.

andrewfulton9 avatar Jun 12 '25 18:06 andrewfulton9