WIP Added testing skeleton for the reviewbotext directory

Review Request #11237 — Created Oct. 21, 2020 and updated — Latest diff uploaded

Information

ReviewBot
master
b0dbd60...

Reviewers

Fixed comment length (changed to 70 characters)

Added .nosids and .test_notes to .gitignore (Note: I'm hoping I did it properly. I may have only added the file name and not a path so please let me know if I messed up).

Moved all subclasses from the previous runtests.py file into their own files.

Added more empty function definitions in the new files that match the tests I have planned for that file.

Also, I'm assuming I'm going to have flake8 errors again. I'm not exactly sure how to execute "flake8 --ignore E121,E125,E129,E241 --max-line-length 79 PATH" locally as it gives me an error in my terminal. If anyone knows what I'm doing wrong please let me know.


 
.gitignore
extension/os
extension/sys
extension/tests/.noseids
extension/tests/runtests.py
extension/tests/test_admin.py
extension/tests/test_adminurls.py
extension/tests/test_extension.py
extension/tests/test_forms.py
extension/tests/test_init.py
extension/tests/test_integration.py
extension/tests/test_models.py
extension/tests/test_notes.txt
extension/tests/test_resources.py
extension/tests/test_views.py
extension/tests/test_widets.py
Loading...