annotate test/Project.toml @ 993:2f9beee56a4c refactor/lazy_tensors

Use ScalingTensor instead of custom test type
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 18 Mar 2022 20:41:31 +0100
parents 48a61e085e60
children 93f87d5d9fbb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
333
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
1 [deps]
709
48a61e085e60 Add function for selecting tests
Jonatan Werpers <jonatan@werpers.com>
parents: 604
diff changeset
2 Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
395
737e597e0e6d Rewrite broken tests as testing that the norm is zero
Jonatan Werpers <jonatan@werpers.com>
parents: 333
diff changeset
3 LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
604
6901d5375311 Add tests for get_stencil, get_stencils and get_tuple
Jonatan Werpers <jonatan@werpers.com>
parents: 452
diff changeset
4 TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
333
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
5 Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
01b851161018 Start converting to one package by moving all the files to their correct location
Jonatan Werpers <jonatan@werpers.com>
parents:
diff changeset
6 TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
452
aeda2698166d Add tullio as a test dependency and add a test for apply
Jonatan Werpers <jonatan@werpers.com>
parents: 395
diff changeset
7 Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"