File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 5
5
from entitysdk .models .brain_location import BrainLocation
6
6
from entitysdk .models .brain_region import BrainRegion
7
7
from entitysdk .models .contribution import Contribution , Role
8
- from entitysdk .models .entity import Entity
9
8
from entitysdk .models .ion_channel_model import IonChannelModel , NeuronBlock , UseIon
9
+ from entitysdk .models .license import License
10
10
from entitysdk .models .morphology import ReconstructionMorphology
11
11
from entitysdk .models .mtype import MTypeClass
12
12
from entitysdk .models .taxonomy import Species , Strain , Taxonomy
16
16
"BrainLocation" ,
17
17
"BrainRegion" ,
18
18
"Contribution" ,
19
- "Entity" ,
20
19
"IonChannelModel" ,
20
+ "License" ,
21
21
"MTypeClass" ,
22
22
"NeuronBlock" ,
23
23
"Organization" ,
Original file line number Diff line number Diff line change 1
1
import pytest
2
2
3
- from entitysdk .models . agent import Organization , Person
4
- from entitysdk . models . contribution import Role
5
- from entitysdk . models . morphology import (
3
+ from entitysdk .models import (
4
+ Contribution ,
5
+ IonChannelModel ,
6
6
License ,
7
+ MTypeClass ,
8
+ Organization ,
9
+ Person ,
7
10
ReconstructionMorphology ,
11
+ Role ,
8
12
Species ,
9
13
Strain ,
10
14
)
11
- from entitysdk .models .mtype import MTypeClass
12
15
13
16
14
17
@pytest .mark .parametrize (
15
18
"entity_type" ,
16
19
[
20
+ Contribution ,
21
+ IonChannelModel ,
17
22
License ,
18
23
MTypeClass ,
19
24
Person ,
You can’t perform that action at this time.
0 commit comments