mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 10:40:06 +01:00
prepared repo for version 3
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
#!/usr//bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
|
||||
import unittest
|
||||
|
||||
|
||||
sys.path[0:0] = ['.', '..']
|
||||
suite = unittest.TestLoader().loadTestsFromNames(
|
||||
[
|
||||
'test_osaca'
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user