Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

README.txt 305 B

123456789101112131415161718192021
  1. To run all tests:
  2. With Python 2.7 or 3.3:
  3. $ python -m unittest discover
  4. If you have nose installed:
  5. $ nosetests
  6. To run tests from an individual file:
  7. $ python test_analogsignal.py
  8. (in all Python versions)
  9. For coverage
  10. nosetests --with-coverage --cover-erase --cover-package=neo