You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
### 🔧 Internal changes
16
16
17
17
- Refactored navigation bar into a React component (for the graph, grid and generate pages only - the about page navigation bar is still rendered using Blaze)
18
+
- Refactored backend tests to use `tasty` and `tasty-hunit` instead of `HUnit`
-- Global FCEs value so the expected output has the same FCEs as the partial function in createTest
22
23
globalFces::Float
@@ -47,15 +48,15 @@ modandModOrInputs = [
47
48
, ([ModOr [Level"300", Level"400"], ModOr [Department"CSC", Department"BCB"], Requirement (Raw"some raw text")], show globalFces ++" CSC/BCB FCEs at the 300/400 level from some raw text")
48
49
]
49
50
50
-
concatModOrTests::Test
51
+
concatModOrTests::TestTree
51
52
concatModOrTests = createTest concatModOr "joining ModOr with a delimiter" concatModOrInputs
52
53
53
-
simpleModAndTests::Test
54
+
simpleModAndTests::TestTree
54
55
simpleModAndTests = createTest (stringifyModAnd globalFces) "ModAnd not containing ModOrs" simpleModAndInputs
0 commit comments