Skip to content

Commit

Permalink
#3797: test names
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 22, 2025
1 parent 67ebbba commit 91b29a2
Show file tree
Hide file tree
Showing 49 changed files with 896 additions and 896 deletions.
20 changes: 10 additions & 10 deletions eo-runtime/src/test/eo/org/eolang/bool-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -27,55 +27,55 @@
+version 0.0.0

# This unit test is supposed to check the functionality of the corresponding object.
[] > compares-two-bools
[] > tests-compares-two-bools
eq. > @
true
true

# This unit test is supposed to check the functionality of the corresponding object.
[] > true-as-bool
[] > tests-true-as-bool
true.as-bool > @

# This unit test is supposed to check the functionality of the corresponding object.
[] > compares-two-different-bool-types
[] > tests-compares-two-different-bool-types
not. > @
eq.
true
42

# This unit test is supposed to check the functionality of the corresponding object.
[] > compares-bool-to-bytes
[] > tests-compares-bool-to-bytes
and. > @
true.eq 01-
false.eq 00-

# This unit test is supposed to check the functionality of the corresponding object.
[] > compares-bool-to-string
[] > tests-compares-bool-to-string
and. > @
true.eq "\001"
false.eq "\000"

# This unit test is supposed to check the functionality of the corresponding object.
[] > compares-bool-to-bytes-reverse
[] > tests-compares-bool-to-bytes-reverse
and. > @
01-.as-bytes.eq true
00-.as-bytes.eq false

# This unit test is supposed to check the functionality of the corresponding object.
[] > true-not-is-false
[] > tests-true-not-is-false
eq. > @
true.not
false

# This unit test is supposed to check the functionality of the corresponding object.
[] > true-and-false-is-false
[] > tests-true-and-false-is-false
not. > @
and.
true
false

# This unit test is supposed to check the functionality of the corresponding object.
[] > forks-on-true-condition
[] > tests-forks-on-true-condition
eq. > @
if.
5.eq 5
Expand All @@ -84,7 +84,7 @@
123

# This unit test is supposed to check the functionality of the corresponding object.
[] > forks-on-false-condition
[] > tests-forks-on-false-condition
eq. > @
if.
5.eq 8
Expand Down
Loading

0 comments on commit 91b29a2

Please sign in to comment.