Filter
Exclude
Time range
-
Near
22 May 2024
I'm proud of our extensive open-source contributions to the amazing Radix community! ✅ scrypto-testenv ✅ scrypto-math ✅ scrypto-avltree ✅ radix-event-stream ✅ radix-client ✅ ociswap-migrations never settle. keep delivering. github.com/ociswap Thank you @f_pieper, @daankrulknul, @PicaFinance and team! 💛
Exciting news! We're thrilled to introduce two new open-source Rust libraries for #Radix builders: radix-client and radix-event-stream. 🧑‍💻 These tools streamline real-time and historical data requests on the Radix ledger, enhancing dApp development efficiency. You can find them on our Ociswap GitHub: github.com/ociswap! For more details, check out our latest blog article 📖 ociswap.com/blog/development… 👏 $XRD
3
4
43
1,292
12 Dec 2023
More #Lazarus activity: Crypto themed NPM packages found delivering malware in stealth. Package names included "erc20-testenv", "blockledger", "cryptotransact" and "chainflow", each package maintained by a different user on github.
4
7
20
1,785
Scrypto-testenv performance update - 0.2.0 🤓 If you have many tests you want to use lazy_static like this to compile your package only once. Otherwise each test will recompile your blueprint package 🔥 Update to 0.2.0 to enjoy much faster test runs ✅ github.com/ociswap/scrypto-t…
4
8
47
1,403
🚀 Contribute We value your feedback and contributions! Keep in mind that this is a work in progress, subject to change. As the Scrypto community evolves, so does scrypto-testenv. Let's make Scrypto testing more human and developer-friendly together! 🧑‍💻🧪 #Scrypto #Radix $XRD
7
148
💡 Example With scrypto-testenv, you can drastically reduce the mental load while writing tests. You can focus on test case parameters and expected outputs, boosting security and improving your testing experience.
1
6
126
Testing should be concise and expressive, especially when dealing with multiple similar cases. Enter scrypto-testenv, @ociswap 's contribution to streamline the process and make testing more human-friendly 🤓
1
1
8
78
🧵 Introducing scrypto-testenv - Human #Scrypto Testing 🧪 Struggling with the complexity of writing automatic tests for your blueprint? @ociswap got your back and published scrypto-testenv, your new helper that simplifies the testing process 🤓 #Radix github.com/ociswap/scrypto-t…
2
14
61
2,010
1時間前にrollbarから「[pytest] testenv - New Error: #3 TypeError: unsupported operand type(s) for : 'int' and 'str'」という件名で、見知らぬプロジェクトのエラー通知メールが飛んできたけど、とりあえず無視。フィッシングメール疑ってググってみたけど何もヒットせず、メールソース見てもちゃんとrollbarから送られてるっぽいけど...。twitterで検索したら海外の方で何人か同じ事象発生してるツイートあったので、rollbar側の問題か...?
1
183
12 Jun 2023
wow TIL that as of tox 4, you can absolutely SLAY the env build times if your project builds universal wheels (~ all pure-Python ones) by adding: ``` [testenv] package = wheel wheel_build_env = .pkg ``` & it won’t build your pkg for every Python version: tox.wiki/en/latest/upgrading…

2
9
25
7,492
I was wondering why I had a test time dependency on JuliaFormatter. You can uses Pkg.why TestEnv.jl to findout. `using TestEnv; TestEnv.activate()` `] why JuliaFormatter` (It was ModelingToolkit)
3
317
21 Mar 2023
We are building a new free tool - Active Directory Test Data Generator, with which you can easily and quickly create a test environment with many users, groups and computers. Available soon. #activedirectory #sysadmin #windowsserver2022 #testenv
1
3
39
7/ Your Private Keys are “Private” for a reason - don’t git push them! Ever. JR dev: Even for TestEnv? SR dev: Yes J: But… S: No Keep .env files local and push .env-templates with empty private/api keys. This will make TestEnv resemble Prod, and will prevent leaking keys later
1
4
180
1/ People come and go, but smart contracts are eternal: TEST them! • Your TestEnv should be set up to closely mimic Prod to avoid surprises. • Unit tests are salvation! What is “enough” for coverage? 100%. All. The. Time.
1
3
76
11 Nov 2022
Ah yes, What can go wrong with thisone right ? Posting here so i have another mental note of it 🤣 #php #dev #devcomment #testenv
1
2
I feel like everytime something happens, it is shady on the real causes. I'm a dev, I know how chain works I think pretty well and I still dont understand what happened with Oreoreore except that I reproduce the same exploits on a testenv you created before the mint.
2
2
9
Replying to @jessfraz
I do the same thing. It doesn't matter if it's python, php, javascript, or anything else- if you type "make" it will build the project, and "make testenv" you will get a test environment. When I context switch I don't want to spend forever getting set up.
14
10 Jul 2020
Just tested all my projects against this: all good! If you are a tox user it's very easy to do, just add `pip_pre = True` to your `[testenv]`, then run `tox` with the `-r` flag. Verify that when `tox` does the run it says `pytest=6.0.0rc1`. (Remove any exact version pins first).
#pytest 6.0.0rc1 released! This is a pre-release to help identify possible problems/regressions before the final 6.0.0 release. Please help the team by testing this version with your suite and reporting any problems! CHANGELOG: bit.ly/323hweA
1
2
4
19 May 2020
Yep. Recently had an issue because of this: if testenv = "true" (VB) Coming from a config value which was "True". The author of that had at least 10 years exp when it was written.
1
13
Schonmal die Upstream Bugs angeschaut? ;) Wenn man stabil bleiben will, muss man das selber angehen. Bedeutet zwar bei Updates mehr Arbeit, dafür weniger Nacharbeiten. Und wofür hat man sonst ein Testenv. 😎 #ffmeet #gemeinsamdigital
1
2
12 May 2019
Or with docker: $ docker build --build-arg TESTRUNNER=1 -t charge-dev . && docker run -it charge-dev npm run testenv (the TESTRUNNER variant isn't published to docker hub, so it has to be built locally)
3