ahriman/tests/ahriman/application
Evgeniy Alekseev 880c70bd58 constistent classmethod and staticmethod usage
General idea is to use classmethod for every constructor and
statismethod otherwise.
Also use self and cls whenever it's possible to call static and class
methods
2021-03-31 04:29:08 +03:00
..
handlers add now argument to add command 2021-03-31 02:19:13 +03:00
conftest.py Add tests (#1) (#5) 2021-03-28 15:30:51 +03:00
test_ahriman.py add status update subcommand 2021-03-29 04:17:10 +03:00
test_application.py remove unused import 2021-03-28 16:24:51 +03:00
test_lock.py constistent classmethod and staticmethod usage 2021-03-31 04:29:08 +03:00