We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e287202 commit 94dd3cdCopy full SHA for 94dd3cd
1 file changed
Test/pie_test.py
@@ -1,4 +1,5 @@
1
-from pie_clone import PiEncrypt
+# from pie_clone import PiEncrypt
2
+from piencrypt import pie
3
import random
4
import unittest
5
@@ -14,7 +15,7 @@ def test_quantity(self):
14
15
data.append(r)
16
input = ", ".join(data)
17
try:
- r = PiEncrypt('pic.png')
18
+ r = pie.PiEncrypt('pic.png')
19
r.get_data()
20
r.hide_data(input)
21
output = r.read_data()
@@ -34,7 +35,7 @@ def test_quality(self):
34
35
36
37
38
39
40
41
@@ -53,7 +54,7 @@ def infile_test():
53
54
55
56
57
58
59
60
0 commit comments