Skip to content

Commit

Permalink
Bug 1445944 - [mozprofile] Convert mozprofile unittests to the pytest…
Browse files Browse the repository at this point in the history
… format r=davehunt

This is a much cleaner and easier to understand test format. It will also make
it easier to add tests for the upcoming ChromeProfile changes.

MozReview-Commit-ID: DizKGt0qkPF
  • Loading branch information
ahal committed Apr 13, 2018
1 parent fc4bdeb commit 12aee9d
Show file tree
Hide file tree
Showing 15 changed files with 1,291 additions and 1,348 deletions.
57 changes: 0 additions & 57 deletions testing/mozbase/mozprofile/tests/bug758250.py

This file was deleted.

57 changes: 0 additions & 57 deletions testing/mozbase/mozprofile/tests/bug785146.py

This file was deleted.

9 changes: 4 additions & 5 deletions testing/mozbase/mozprofile/tests/manifest.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[DEFAULT]
subsuite = mozbase, os == "linux"
[addonid.py]
[server_locations.py]
[test_addonid.py]
[test_server_locations.py]
[test_preferences.py]
[permissions.py]
[bug758250.py]
[test_permissions.py]
[test_bug758250.py]
[test_nonce.py]
[bug785146.py]
[test_clone_cleanup.py]
[test_profile.py]
[test_profile_view.py]
Expand Down
205 changes: 0 additions & 205 deletions testing/mozbase/mozprofile/tests/permissions.py

This file was deleted.

Loading

0 comments on commit 12aee9d

Please sign in to comment.