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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ my-tool/
40
40
# test_script_1.py
41
41
# Dependencies
42
42
import unittest
43
-
fromunit-db-test.testcase import DBintegrityTest
43
+
fromunit_db_test.testcase import DBintegrityTest
44
44
```
45
45
46
46
3. Create a `DBintegrityTest` as if it was a `unittest.TestCase`. It is important to define the path to the `.env` that keeps the Postgres DB credentials:
0 commit comments