2016-03-30 18:18:20 -04:00
|
|
|
USING: accessors kernel namespaces present tools.test urls
|
|
|
|
webapps.mason.backend webapps.mason.utils ;
|
|
|
|
IN: webapps.mason.utils.tests
|
|
|
|
|
|
|
|
|
|
|
|
{
|
2019-09-28 12:55:22 -04:00
|
|
|
"https://builds.factorcode.org/report?os=the-os&cpu=the-cpu"
|
2016-03-30 18:18:20 -04:00
|
|
|
} [
|
|
|
|
URL" /" url set
|
|
|
|
builder new "the-os" >>os "the-cpu" >>cpu report-url
|
|
|
|
present
|
|
|
|
] unit-test
|