__init__.py 479 B

12345678910111213141516171819202122
  1. #!/usr/bin/env python
  2. #
  3. # Author: Mike McKerns (mmckerns @caltech and @uqfoundation)
  4. # Copyright (c) 2018-2024 The Uncertainty Quantification Foundation.
  5. # License: 3-clause BSD. The full license text is available at:
  6. # - https://github.com/uqfoundation/dill/blob/master/LICENSE
  7. """
  8. to run this test suite, first build and install `dill`.
  9. $ python -m pip install ../..
  10. then run the tests with:
  11. $ python -m dill.tests
  12. or, if `nose` is installed:
  13. $ nosetests
  14. """