gall: fix tests

This commit is contained in:
Philip Monk 2019-11-18 21:08:06 -08:00
parent 6a406e6b29
commit 1c398594c7
No known key found for this signature in database
GPG Key ID: B66E1F02604E44EC
4 changed files with 1 additions and 55 deletions

View File

@ -1,3 +0,0 @@
:- %say
|= [[now=@da eny=@uvJ bec=beak] ~ ~]
[%tapp-admin %cancel]

View File

@ -1,3 +0,0 @@
:- %say
|= [[now=@da eny=@uvJ bec=beak] ~ ~]
[%tapp-admin %restart]

View File

@ -1,7 +1,7 @@
:: eth-watcher: ethereum event log collector :: eth-watcher: ethereum event log collector
:: ::
/- spider, *eth-watcher /- spider, *eth-watcher
/+ tapp, strandio, ethio /+ strandio, ethio
=, ethereum-types =, ethereum-types
=, able:jael =, able:jael
:: ::

View File

@ -1,48 +0,0 @@
/+ *test
::
/= app /: /===/app/acme
/!noun/
::
|%
:: tests that acme preps without moves
::
++ test-prep
=^ moves app (~(prep app *bowl:gall *acme:app) ~)
%+ expect-eq
!> &
!> ?=([[bone %serve *] ~] moves)
:: tests that acme inits on first order
::
++ test-first-order
=/ dom=(set turf) (sy /org/urbit/zod ~)
=^ moves app (~(poke-acme-order app *bowl:gall *acme:app) dom)
;: weld
%+ expect-eq
!> 2
!> (lent moves)
::
%+ expect-eq
!> [~ dom]
!> ?~(next-order.app ~ (some ~(key by dom.u.next-order.app)))
::
%+ expect-eq
!> &
!> !=(*key:rsa:app key.act.app)
::
%+ expect-eq
!> &
!> !=(*key:rsa:app cey.app)
==
:: tests that acme requests service directory on %wake
::
++ test-first-order-wake
=^ moves app (~(wake app *bowl:gall *acme:app) /acme/try/1/directory ~)
%+ expect-eq
!> :~ :* ost.bow.app
%request
/acme/try/2/directory
[%'GET' (crip (en-purl:html directory-base:app)) ~ ~]
*outbound-config:iris
== ==
!> moves
--