We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87533d9 commit f59aae9Copy full SHA for f59aae9
test/dev.jl
@@ -1,3 +1,8 @@
1
+#=
2
+dev.jl is a draft file that I use during the development of a new functionality if I need to call some function, etc. and see how it works.
3
+I.e. at the beginning of the development of a new functionality, I disable all tests except dev.jl,
4
+after the overall architecture emerges, I disable dev.jl and start writing full-fledged tests
5
+=#
6
using Test
7
using Dash
8
using JSON2
0 commit comments