Skip to content

Commit

Permalink
Fix a couple of links in the documentation
Browse files Browse the repository at this point in the history
PGUnit seems to have dissappeared, and the GitHub link doesn't need or
want the `/tree`. Resolves #333.
  • Loading branch information
theory committed Feb 26, 2024
1 parent 02bc769 commit f5d166b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Revision history for pgTAP

* Fix bug introduced in v1.3.2 where `col_type_is` throws an error when the
type isn't in the search path. Thanks to Erik Wienhold for the PR (#332)!
* Removed the reference to PGUnit from the docs, as the project seems to have
disappeared. Also the link to the GitHub repo. Thanks to Vick Khera for the
report (#333)!

1.3.2 2024-02-04T18:59:37Z
--------------------------
Expand Down
11 changes: 5 additions & 6 deletions doc/pgtap.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,7 @@ What a sweet unit!
------------------

If you're used to xUnit testing frameworks, you can collect all of your tests
into database functions and run them all at once with `runtests()`. This is
similar to how [PGUnit](http://en.dklab.ru/lib/dklab_pgunit/) works. The
into database functions and run them all at once with `runtests()`. The
`runtests()` function does all the work of finding and running your test
functions in individual transactions. It even supports setup and teardown
functions. To use it, write your unit test functions so that they return a set
Expand Down Expand Up @@ -8779,15 +8778,15 @@ Public Repository
-----------------

The source code for pgTAP is available on
[GitHub](https://github.com/theory/pgtap/tree/). Please feel free to fork and
[GitHub](https://github.com/theory/pgtap/). Please feel free to fork and
contribute!

Mail List
---------

Join the pgTAP community by subscribing to the [pgtap-users mail
list](https://groups.google.com/forum/#!forum/pgtap-users). All questions,
comments, suggestions, and bug reports are welcomed there.
Join the pgTAP community by subscribing to the
[pgtap-users mail list](https://groups.google.com/forum/#!forum/pgtap-users).
All questions, comments, suggestions, and bug reports are welcomed there.

Author
------
Expand Down

0 comments on commit f5d166b

Please sign in to comment.