mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-12 19:26:42 +00:00
Add tests for it. Add fromProc for all Future[T] in transports. Add testall to improve tests speed. Bump version to 2.2.4.
10 lines
380 B
Nim
10 lines
380 B
Nim
# Chronos Test Suite
|
|
# (c) Copyright 2018-Present
|
|
# Status Research & Development GmbH
|
|
#
|
|
# Licensed under either of
|
|
# Apache License, version 2.0, (LICENSE-APACHEv2)
|
|
# MIT license (LICENSE-MIT)
|
|
import testsync, testsoon, testtime, testfut, testsignal, testaddress,
|
|
testdatagram, teststream, testserver, testbugs
|