Statistiques
| Révision :

root / tools / testase.py @ 20

Historique | Voir | Annoter | Télécharger (150 octet)

1
#!/usr/bin/env python
2
from sys import argv
3
display = (len(argv) != 2 or argv[1] != '--no-display')
4
from ase.test import test
5
test(2, display=display)