You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ PlUnit is a unit testing library for Prolog. Its goals are:
7
7
2. provide significantly more helpful and user-friendly feedback on test fail
8
8
3. full compatibility with PlUnit: you can still use `assertion/1` if you wish
9
9
10
+
Whilst this wasn't an explicit design goal initially, another benefit of `plunit_asssert` is:
11
+
12
+
4. it can easily be leveraged by calling its test predicates directly within the Prolog REPL, which can be a trying experience with manual calls to `assertion/1`.
13
+
14
+
See this in action under [Examples](#Examples) below.
0 commit comments