From 664dbb6bfbe06ff0ddc4339c0fe80c49d0838ca4 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 26 Jul 2021 18:00:03 +0200 Subject: atlas tool: testing via mocking (#18588) * atlas: refactoring * Atlas: do some basic testing via mocking --- tools/atlas/tests/nim-bytes2human.nimble | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/atlas/tests/nim-bytes2human.nimble (limited to 'tools/atlas/tests/nim-bytes2human.nimble') diff --git a/tools/atlas/tests/nim-bytes2human.nimble b/tools/atlas/tests/nim-bytes2human.nimble new file mode 100644 index 000000000..9f3ae2479 --- /dev/null +++ b/tools/atlas/tests/nim-bytes2human.nimble @@ -0,0 +1,7 @@ +version = "0.2.2" +author = "Juan Carlos" +description = "Convert bytes to kilobytes, megabytes, gigabytes, etc." +license = "MIT" +srcDir = "src" + +requires "nim >= 1.0.0" # https://github.com/juancarlospaco/nim-bytes2human/issues/2#issue-714338524 -- cgit 1.4.1-2-gfad0