[ENH] Add tests #39

Merged
qo-op merged 16 commits from make_it into master 2022-06-26 21:40:44 +02:00
1 changed files with 10 additions and 0 deletions
Showing only changes of commit 5d6a32c1d5 - Show all commits

View File

@ -44,5 +44,15 @@ Describe 'AstrXbian'
When call import_kodi
The status should be success
End
It 'should prepare astrXbian for first boot, but not tested'
Pending "You should implement prepare_next_boot tests"
When call prepare_next_boot
The status should be success
End
It 'should create astrXbian id, but not tested'
Pending "You should implement iso_config tests"
When call iso_config
The status should be success
End
End
End