Skip to content

Commit

Permalink
Merge pull request cadCAD-org#286 from cadCAD-org/dev
Browse files Browse the repository at this point in the history
Pre-Release: ver. 0.4.27
  • Loading branch information
JEJodesty authored Jul 7, 2021
2 parents b282f7b + 3eae55a commit 44661cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified dist/cadCAD-0.4.27-py3-none-any.whl
Binary file not shown.
Binary file modified dist/cadCAD-0.4.27.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions testing/tests/multi_model_row_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def test_row_count_from_sys_model_C(self):
def test_a_b_row_count(self):
file_path = f'{os.getcwd()}/testing/tests/a_b_tests/0_4_23_record_count.json'
record_count_0_4_23 = json.load(open(file_path))['record_count']
record_count_0_4_24 = result_rows
self.assertEqual(record_count_0_4_24 > record_count_0_4_23, True, "Invalid Row Count for current version")
record_count_current = result_rows
self.assertEqual(record_count_current > record_count_0_4_23, True, "Invalid Row Count for current version")


if __name__ == '__main__':
Expand Down

0 comments on commit 44661cf

Please sign in to comment.