Skip to content

Commit ac8005f

Browse files
authored
Merge pull request #335 from CITCOM-project/jmafoster1/removed-last-z3-mention
Removed last z3 mention from docs
2 parents bde47ec + 8e99112 commit ac8005f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/usage.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ To instantiate a scenario, simply provide a set of variables and an optional set
3131
3232
Note that scenario constraints are primarily intended to help specify the region of the input space under test in a
3333
manner consistent with the Category Partition Method. It is not intended to serve as a test oracle. Use constraints
34-
sparingly and with caution to avoid introducing data selection bias. We use Z3 to handle constraints. For help with
35-
this, check out `their documentation <https://ericpony.github.io/z3py-tutorial/guide-examples.htm>`_.
34+
sparingly and with caution to avoid introducing data selection bias.
3635

3736
Having fully specified the modelling scenario, we are now ready to test. Causal tests are,
3837
essentially `metamorphic tests <https://en.wikipedia.org/wiki/Metamorphic_testing>`_ which are executed using statistical

0 commit comments

Comments
 (0)