Mercurial > libervia-backend
comparison tests/unit/conftest.py @ 4285:f1d0cde61af7
tests (unit): fix tests + black reformatting.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 14 Jul 2024 17:42:53 +0200 |
parents | 0fbe5c605eb6 |
children | 699aa8788d98 |
comparison
equal
deleted
inserted
replaced
4284:3a550e9a2b55 | 4285:f1d0cde61af7 |
---|---|
46 self._menus = {} | 46 self._menus = {} |
47 self._menus_paths = {} | 47 self._menus_paths = {} |
48 self._test_config = {} | 48 self._test_config = {} |
49 self.profiles = {} | 49 self.profiles = {} |
50 self.plugins = {} | 50 self.plugins = {} |
51 # map for short name to whole namespace, | 51 # map for short name to whole namespace, |
52 # extended by plugins with register_namespace | 52 # extended by plugins with register_namespace |
53 self.ns_map = { | 53 self.ns_map = { |
54 "x-data": xmpp.NS_X_DATA, | 54 "x-data": xmpp.NS_X_DATA, |
55 "disco#info": xmpp.NS_DISCO_INFO, | 55 "disco#info": xmpp.NS_DISCO_INFO, |
56 } | 56 } |