split models and db from init
Move models into their own file Move db functions into their own file Update tests
This commit is contained in:
parent
76528d1500
commit
58b3567887
11 changed files with 1064 additions and 981 deletions
|
|
@ -100,4 +100,3 @@ def test_main(mock_firstrun):
|
|||
bumper.main()
|
||||
assert mock_firstrun.called == True
|
||||
bumper.ca_cert = "tests/test_certs/ca.crt"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue