Skip to content

Commit

Permalink
Improve testing (#71)
Browse files Browse the repository at this point in the history
* initial work to improve testing

* improving testing

* improving testing

* improving testing

* add documentation headers to functions

* add documentation headers to functions

* formatting

* PartialEq in Permission

* Improve tests and specifically improve and test update_permissions

* Improve tests and specifically improve and test update_permissions

* test_has_write_access

* test_update_pixel

* formatting

* test_get_system_address

* wip making it unit test

* adding aider ignore

* adjust some models for testing and test event for alert_player

* tidy up

* removed app_manifest as param to new_app, and cleaned some more
  • Loading branch information
thiscaspar authored Sep 16, 2024
1 parent 35138b3 commit 64e7b0d
Show file tree
Hide file tree
Showing 15 changed files with 1,134 additions and 387 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ web/public/assets/placeholder/pixel-state.png
contracts/out
contracts/manifests
contracts/target
.aider*
2 changes: 1 addition & 1 deletion contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source = "git+https://github.com/dojoengine/dojo?rev=f15def33#f15def330c0d099e79

[[package]]
name = "pixelaw"
version = "0.3.40"
version = "0.3.50"
dependencies = [
"dojo",
]
Loading

0 comments on commit 64e7b0d

Please sign in to comment.