We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cad38 commit 7e774d6Copy full SHA for 7e774d6
tests/python2.py
@@ -1,3 +1,7 @@
1
+import sys
2
+
3
+sys.path.insert(0, "../src")
4
5
import cs50
6
7
l = cs50.get_long()
tests/python3.py
i = cs50.get_int()
tests/sqltests.py
@@ -3,6 +3,8 @@
import unittest
import warnings
8
from cs50.sql import SQL
9
10
class SQLTests(unittest.TestCase):
0 commit comments