Skip to content

Commit

Permalink
tests: redesigned tests for utils module
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 272697179a3bf84d61aea838bac9f6c74677f6513685831aacafbb30b3e4afb7
  • Loading branch information
thindil committed Feb 16, 2024
1 parent a0b1feb commit ef41ce7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/tutils/tutils.nim

This file was deleted.

11 changes: 11 additions & 0 deletions tests/utils.nim
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import ../src/utils
import utils/helpers
import unittest2

suite "Unit tests for utils module":

checkpoint "Initializing the tests"
setLogger()

test "Test showing message":
message("Test message")

0 comments on commit ef41ce7

Please sign in to comment.