projects
/
linpy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Split linear.py and add domains
[linpy.git]
/
pypol
/
tests
/
test_domains.py
1
import
unittest
2
3
from
..
domains
import
*
4
5
6
class
TestDomain
(
unittest
.
TestCase
):
7
8
def
setUp
(
self
):
9
pass
10
11
def
test_new
(
self
):
12
pass