Python API tests for terms -- Part 1 (#6468)
authoryoni206 <yoni206@users.noreply.github.com>
Mon, 3 May 2021 06:35:47 +0000 (23:35 -0700)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 06:35:47 +0000 (08:35 +0200)
commit0daac05ab78459a3f3d773daea41e5eee9aa78f2
tree5fe51be0494d6188793d82fae38e3dab511d2c3a
parent839f64ea1f065415268bdb2bfe518ad727ed2a40
Python API tests for terms -- Part 1 (#6468)

This PR removes the old python api tests for terms from test/api/python/test_term.py and replaces it with a new test file test/python/unit/api/test_term.py. The new test file is obtained by translating test/unit/api/term_black.cpp.

In this PR I only include the tests that pass without requiring any change to the python API. The next PR will add functions to the python API that are currently not supported, along with corresponding tests.

Comment: This was originally done in #6460 on the wrong fork. Now it is re-opened, and addresses all comments given there.
test/api/python/CMakeLists.txt
test/api/python/test_term.py [deleted file]
test/python/CMakeLists.txt
test/python/unit/api/test_term.py [new file with mode: 0644]