ponder-lab / Imperative-DL-Study-Web-App

0 stars 0 forks source link

Updates the Categorizers table when a user is added or removed as a categorizer #139

Closed ZhongweiL closed 2 years ago

ZhongweiL commented 2 years ago

Intends to resolve issue #132

khatchad commented 2 years ago

Please fix the above errors. Also, did you test this code? Can any new test code be written for this code (unit tests)? Please do not submit PRs without testing the code first. Please make sure that your tests cover the new code. You can actually achieve this with unit testing.

khatchad commented 2 years ago

So, for example, you can make a test called test_on_create.

ZhongweiL commented 2 years ago

I tested it but not with unit tests, I'll try to write some tests for it.

khatchad commented 2 years ago

@ZhongweiL Can you give us a status update?