-
Notifications
You must be signed in to change notification settings - Fork 11
/
.sourcery.yml
87 lines (87 loc) · 3.12 KB
/
.sourcery.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
configurations:
- sources: # writes to Sources/eRpApp/Generated/
- Sources
templates:
- Templates/Sourcery/eRpApp
output: Sources
- sources: # writes to Tests/AVSTests/Mocks/Generated/
- Sources
- Tests/AVSTests
templates:
- Templates/Sourcery/Tests/ProtocolMock.stencil
output: Tests/AVSTests
args:
protocolMockImports: [ Combine,Foundation,HTTPClient,OpenSSL ]
protocolMockTestableImports: [ AVS ]
- sources: # writes to Tests/eRpAppTests/Mocks/Generated/
- Sources
- Tests/eRpAppTests
templates:
- Templates/Sourcery/Tests/ProtocolMock.stencil
output: Tests/eRpAppTests
args:
protocolMockImports: [ AVS,Combine,eRpKit,eRpLocalStorage,eRpRemoteStorage,Foundation,IdentifiedCollections,IDP,OpenSSL,Pharmacy,TestUtils,TrustStore,VAUClient, ZXingCpp ]
protocolMockTestableImports: [ eRpFeatures ]
- sources: # writes to Tests/eRpKitTests/Mocks/Generated/
- Sources
- Tests/eRpKitTests
templates:
- Templates/Sourcery/Tests/ProtocolMock.stencil
output: Tests/eRpKitTests
args:
protocolMockImports: [ Combine,eRpKit,Foundation ]
protocolMockTestableImports: [ eRpKit ]
- sources: # writes to Tests/eRpLocalStorageTests/Mocks/Generated/
- Sources
- Tests/eRpLocalStorageTests
templates:
- Templates/Sourcery/Tests/ProtocolMock.stencil
output: Tests/eRpLocalStorageTests
args:
protocolMockImports: [ Combine,eRpKit,Foundation ]
protocolMockTestableImports: [ eRpLocalStorage ]
- sources: # writes to Tests/IDPTests/Mocks/Generated/
- Sources
- Tests/IDPTests
templates:
- Templates/Sourcery/Tests/ProtocolMock.stencil
output: Tests/IDPTests
args:
protocolMockImports: [ Combine,Foundation,OpenSSL,TrustStore ]
protocolMockTestableImports: [ IDP ]
- sources: # writes to Tests/IntegrationTests/Mocks/Generated/
- Sources
- Tests/IntegrationTests
templates:
- Templates/Sourcery/Tests/ProtocolMock.stencil
output: Tests/IntegrationTests
args:
protocolMockImports: [ Combine,eRpKit ]
protocolMockTestableImports: [ Pharmacy ]
- sources: # writes to Tests/PharmacyTests/Mocks/Generated/
- Sources
- Tests/PharmacyTests
templates:
- Templates/Sourcery/Tests/ProtocolMock.stencil
output: Tests/PharmacyTests
args:
protocolMockImports: [ Combine,eRpKit,OpenSSL ]
protocolMockTestableImports: [ Pharmacy ]
- sources: # writes to Tests/TrustStoreTests/Mocks/Generated/
- Sources
- Tests/TrustStoreTests
templates:
- Templates/Sourcery/Tests/ProtocolMock.stencil
output: Tests/TrustStoreTests
args:
protocolMockImports: [ Combine,Foundation,OpenSSL ]
protocolMockTestableImports: [ TrustStore ]
- sources: # writes to Tests/VAUClientTests/Mocks/Generated/
- Sources
- Tests/VAUClientTests
templates:
- Templates/Sourcery/Tests/ProtocolMock.stencil
output: Tests/VAUClientTests
args:
protocolMockImports: [ Combine,Foundation,OpenSSL,TrustStore ]
protocolMockTestableImports: [ VAUClient ]