Skip to content

Commit f59aae9

Browse files
committed
dev.jl comment
1 parent 87533d9 commit f59aae9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/dev.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
=#
16
using Test
27
using Dash
38
using JSON2

0 commit comments

Comments
 (0)