anchor/tests
Paul 470e902f48
lang: Add support for multiple test suites with separate local validators (#1681)
2022-03-30 17:17:54 -04:00
..
auction-house@967650c531 lang, cli, spl: Update solana toolchain to v1.9.13 (#1653) 2022-03-26 20:28:55 -04:00
bpf-upgradeable-state tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
cashiers-check tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
cfo tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
chat tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
composite tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
cpi-returns lang: Allow CPI return values (#1598) 2022-03-24 14:40:38 -04:00
custom-coder tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
declare-id tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
docs v0.23.0 (#1660) 2022-03-20 23:30:55 -04:00
errors tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
escrow tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
events tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
floats tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
ido-pool tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
interface tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
lockup tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
misc lang, cli, spl: Update solana toolchain to v1.9.13 (#1653) 2022-03-26 20:28:55 -04:00
multiple-suites lang: Add support for multiple test suites with separate local validators (#1681) 2022-03-30 17:17:54 -04:00
multisig tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
pda-derivation v0.23.0 (#1660) 2022-03-20 23:30:55 -04:00
pyth tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
safety-checks fix anchor-lang import in safety-check, add custom-coder to ci, and fix spl-token coder (#1604) 2022-03-16 18:27:57 -04:00
spl/token-proxy tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
swap tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
system-accounts tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
sysvars tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
tictactoe v0.23.0 (#1660) 2022-03-20 23:30:55 -04:00
typescript v0.23.0 (#1660) 2022-03-20 23:30:55 -04:00
validator-clone tests: update assertions to use chai and more strict (#1672) 2022-03-24 11:44:33 -04:00
zero-copy lang, cli, spl: Update solana toolchain to v1.9.13 (#1653) 2022-03-26 20:28:55 -04:00
.prettierignore lang, ts: automatic client side pda derivation (#1331) 2022-01-24 14:44:24 -05:00
README.md Add /tests dir (#676) 2021-09-04 05:33:39 -07:00
package.json lang: Add support for multiple test suites with separate local validators (#1681) 2022-03-30 17:17:54 -04:00
yarn.lock update lockfiles (#1662) 2022-03-21 00:47:56 -04:00

README.md

Tests

No program here is guaranteed to be safe or secure in any way. In most cases, they are simply just simple integration tests to illustrate some particular functionality of the framework. If used, one should audit any programs used and take full responsibility for the consequences that occur due to any outstanding bugs or security vulnerabilities that exist.