Python backend for a Slack's kudos plugin.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: minor

+2 -2
+1 -1
kefi/config/__init__.py
··· 22 22 different Settings class. 23 23 """ 24 24 settings_module = import_module( 25 - os.getenv("KEFI_SETTINGS_MODULE", "kefi.config.test") 25 + os.getenv("KEFI_SETTINGS_MODULE", "kefi.config.local") 26 26 ) 27 27 return settings_module.Settings() 28 28
+1 -1
kefi/tests/test_commands.py
··· 5 5 6 6 7 7 def test_init_commad(client: TestClient): 8 - """Test command /kefi wallet""" 8 + """Test command /kefi init""" 9 9 10 10 response = client.post( 11 11 "/command/",