Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MichelJuillard
Periods.jl
Commits
dbc13272
Unverified
Commit
dbc13272
authored
Apr 09, 2021
by
Sébastien Villemot
Browse files
Add Dates to test environment
parent
de60dfa1
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/Manifest.toml
View file @
dbc13272
...
...
@@ -3,6 +3,10 @@
[[Base64]]
uuid
=
"2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
[[Dates]]
deps
=
["Printf"]
uuid
=
"ade2ca70-3891-5945-98fb-dc099432e06a"
[[InteractiveUtils]]
deps
=
["Markdown"]
uuid
=
"b77e0a4c-d291-57a0-90e8-8db25a27a240"
...
...
@@ -14,6 +18,10 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
deps
=
["Base64"]
uuid
=
"d6f4376e-aef5-505a-96c1-9c027394607a"
[[Printf]]
deps
=
["Unicode"]
uuid
=
"de0858da-6303-5e67-8744-51eddeeeb8d7"
[[Random]]
deps
=
["Serialization"]
uuid
=
"9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
...
...
@@ -24,3 +32,6 @@ uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
[[Test]]
deps
=
[
"InteractiveUtils"
,
"Logging"
,
"Random"
,
"Serialization"
]
uuid
=
"8dfed614-e22c-5e08-85e1-65c5234f0b40"
[[Unicode]]
uuid
=
"4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
test/Project.toml
View file @
dbc13272
[deps]
Dates
=
"ade2ca70-3891-5945-98fb-dc099432e06a"
Test
=
"8dfed614-e22c-5e08-85e1-65c5234f0b40"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment