File: test.py

package info (click to toggle)
ffc 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 50,704 kB
  • sloc: cpp: 572,515; python: 15,790; makefile: 134; sh: 67
file content (6 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
from misc.test import *
from symbolics.test import *
from evaluate_basis.test import *

if __name__ == "__main__":
    unittest.main()