__init__.py 501 B

1234567891011121314151617181920212223
  1. #!/usr/bin/env python
  2. #
  3. # Author: Mike McKerns (mmckerns @caltech and @uqfoundation)
  4. # Copyright (c) 2018-2023 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 setup.py build
  10. $ python setup.py install
  11. then run the tests with:
  12. $ python -m dill.tests
  13. or, if `nose` is installed:
  14. $ nosetests
  15. """