76d9ed55bce7398a533e93eb5a7ec1e83d549333,lib/tests/streamlit/UploadedFileManager_test.py,,,#,23
Before Change
)
FILE_1B = UploadedFile(
session_id="session", widget_id="widget", name="FILE_1B", data=b"FILE_1B",
)
FILE_2 = UploadedFile(
After Change
from streamlit.UploadedFileManager import UploadedFileList
from streamlit.UploadedFileManager import UploadedFileManager
file1 = UploadedFile(name="file1", data=b"file1")
file2 = UploadedFile(name="file2", data=b"file2")
class UploadedFileManagerTest(unittest.TestCase):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: streamlit/streamlit
Commit Name: 76d9ed55bce7398a533e93eb5a7ec1e83d549333
Time: 2020-03-10
Author: tconkling@gmail.com
File Name: lib/tests/streamlit/UploadedFileManager_test.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: 76d9ed55bce7398a533e93eb5a7ec1e83d549333
Time: 2020-03-10
Author: tconkling@gmail.com
File Name: lib/tests/streamlit/Server_test.py
Class Name: ServerTest
Method Name: test_orphaned_upload_file_deletion
Project Name: streamlit/streamlit
Commit Name: 76d9ed55bce7398a533e93eb5a7ec1e83d549333
Time: 2020-03-10
Author: tconkling@gmail.com
File Name: lib/tests/streamlit/Server_test.py
Class Name: ServerTest
Method Name: test_uploaded_file_triggers_rerun