mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-23 01:39:11 +00:00
24146463a3
- A single sleepAsync per bucket - Manual replenish with async - Cancellation of consume Co-authored-by: Jacek Sieka <jacek@status.im>
15 lines
566 B
Nim
15 lines
566 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 testmacro, testsync, testsoon, testtime, testfut, testsignal,
|
|
testaddress, testdatagram, teststream, testserver, testbugs, testnet,
|
|
testasyncstream, testhttpserver, testshttpserver, testhttpclient,
|
|
testratelimit
|
|
|
|
# Must be imported last to check for Pending futures
|
|
import testutils
|