Skip to content

Commit

Permalink
clean up references to unit-test.arc
Browse files Browse the repository at this point in the history
  • Loading branch information
akkartik committed Dec 23, 2020
1 parent 8fbba1a commit 55721e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,7 @@ before_install:
- export PATH="${RACKET_DIR}/bin:${PATH}"

install:
# We obtain the unit test dependencies.
# (Currently, there are no dependencies; unit-test.arc is now part
# of this repo.)
# - hg clone https://hg.sr.ht/~zck/unit-test.arc
# - cd unit-test.arc
# - hg update v1.0
# - cd ..
# Nothing

script:
# We test that the Racket package installs and sets up properly, and
Expand Down
2 changes: 1 addition & 1 deletion lib/ppr.arc
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
(sp (+ col 2))
(indent-pairs (nthcdr n xs) (+ col 2))))

; Support for the 'suite macro in https://hg.sr.ht/~zck/unit-test.arc
; Support for the 'suite macro in lib/unit-test.arc
(def indent-suite (xs (o col 0))
(print-spaced (firstn 1 xs))
(let suite-name-len (len xs.0)
Expand Down
2 changes: 2 additions & 0 deletions lib/unit-test.arc/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A unit test library for the [Arc](http://www.arclanguage.org/) programming language. It lets test suites be written and run simply.

_(This directory is a copy of [https://hg.sr.ht/~zck/unit-test.arc](https://hg.sr.ht/~zck/unit-test.arc).)_

## Quickstart

Let's get started and make some unit tests!
Expand Down
2 changes: 1 addition & 1 deletion old-tests.arc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; unit tests in various styles prior to https://hg.sr.ht/~zck/unit-test.arc
;; unit tests in various styles prior to lib/unit-test.arc

; tests from conanite's rainbow
(require '(
Expand Down

0 comments on commit 55721e9

Please sign in to comment.